consolechat-server/README.md

16 lines
656 B
Markdown
Raw Permalink Normal View History

2014-11-18 03:02:39 +00:00
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.
2014-05-04 18:53:37 +00:00
2014-11-18 03:02:39 +00:00
### Compiling
2014-09-21 00:18:49 +00:00
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
2014-10-30 20:45:00 +00:00
```bash
2014-10-09 00:46:24 +00:00
$ ant
2014-09-18 02:12:32 +00:00
```
2014-09-21 00:18:49 +00:00
2014-11-18 03:02:39 +00:00
### Contributing
2014-09-21 00:18:49 +00:00
To contribute to the project, simply open a pull request and I'll make sure to get back to you as soon as possible.
2014-11-18 03:02:39 +00:00
### License
2014-09-21 00:18:49 +00:00
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.