Go to file
2014-11-17 16:57:37 -06:00
src/consolechat Ban needs a little bit of work, but almost functional. 2014-11-17 16:57:37 -06:00
.gitignore Ignore the correct binary directory. 2014-09-20 19:20:48 -05:00
build.xml Removed warning from build. 2014-10-10 11:54:52 -05:00
LICENSE Added name and date to license. 2014-09-18 15:40:15 -05:00
README.md Update README.md 2014-10-30 15:45:00 -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.