ConsoleChat-Server ================== This is the _server-side_ to the __ConsoleChat__ project. This code takes care of handling commands and sending the information to all the other clients connected. ### Compiling To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command: ```bash $ ant ``` ### Contributing To contribute to the project, simply open a pull request and I'll make sure to get back to you as soon as possible. ### License This program is licensed with an [MIT license](/LICENSE). However, please take into account that you took from the community, and you should make sure to give back.