Moving client to another repo.

This commit is contained in:
Deathsbreed
2014-11-17 21:02:39 -06:00
parent 51f3d88a8e
commit f6f9511537
4 changed files with 10 additions and 191 deletions

View File

@ -1,16 +1,15 @@
ConsoleChat
===========
ConsoleChat-Server
==================
This is the _server-side_ to the __ConsoleChat__ project. This code takes care of handling commands and sending the information to all the other clients connected.
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
### Compiling
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
```bash
$ ant
```
###Contributing
### 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
### 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.