consolechat-server/README.md
2014-10-08 19:46:24 -05:00

17 lines
917 B
Markdown

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