Go to file
2014-10-08 19:46:24 -05:00
src/consolechat Now using ant. 2014-09-20 19:18:49 -05:00
.gitignore Ignore the correct binary directory. 2014-09-20 19:20:48 -05:00
build.xml Simplifying compilation. 2014-10-08 19:46:24 -05:00
LICENSE Added name and date to license. 2014-09-18 15:40:15 -05:00
README.md Simplifying compilation. 2014-10-08 19:46:24 -05:00

ConsoleChat

This program was made as a personal project to learn Java network programming. The concept of it is rather simple, all it does is send messages to a server which, in turn, sends the message to everyone else (aside from some other commands added). Although the license is MIT, please consider also disclosing the source-code under an open-source license. It helps to give back to the community and help others just like this may have helped you.

###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.