Go to file
Deathsbreed e4b9d9553a Tell new users how to list possible commands. 2014-11-18 11:44:46 -06:00
src/consolechat/server Tell new users how to list possible commands. 2014-11-18 11:44:46 -06:00
.gitignore Ignore the correct binary directory. 2014-09-20 19:20:48 -05:00
LICENSE Added name and date to license. 2014-09-18 15:40:15 -05:00
README.md Moving client to another repo. 2014-11-17 21:02:39 -06:00
build.xml Moving client to another repo. 2014-11-17 21:02:39 -06:00

README.md

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:

$ 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. However, please take into account that you took from the community, and you should make sure to give back.