Go to file
2014-05-27 08:17:22 -05:00
src-client Forgot to delete this when committing the source-code. 2014-05-07 11:20:41 -05:00
src-server Removed file that will not be used in first release. 2014-05-27 08:17:22 -05:00
COPYRIGHT Added all the source-files. 2014-05-04 13:55:37 -05:00
LICENSE Initial commit 2014-05-04 11:53:37 -07:00
README.md Changed it a bit. 2014-05-07 11:32:17 -05:00
WARRANTY Added all the source-files. 2014-05-04 13:55:37 -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 does say GNU GPLv3, this license will not trully be enforced, however, take into account that if you make your programs open-source others like you will be able to learn from them.

Compilation

Compile in the corresponding directory.
$ javac Server.java
$ javac Client.java