Go to file
Nicolás A. Ortega f5970b351b Update README.md
2014-09-17 21:12:32 -05:00
src-client Updated header 2014-09-17 21:06:36 -05:00
src-server Updated header 2014-09-17 21:07:36 -05:00
.gitignore Added gitignore for binary files. 2014-06-02 12:04:04 -05:00
LICENSE Create LICENSE 2014-09-17 21:08:41 -05:00
README.md Update README.md 2014-09-17 21:12:32 -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.

###Compilation Compile in the corresponding directory.

$ javac Server.java
$ javac Client.java