Files

16 lines
656 B
Markdown
Raw Permalink Normal View History

2014-11-17 21:02:39 -06: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 11:53:37 -07:00
2014-11-17 21:02:39 -06:00
### Compiling
2014-09-20 19:18:49 -05:00
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
2014-10-30 15:45:00 -05:00
```bash
2014-10-08 19:46:24 -05:00
$ ant
2014-09-17 21:12:32 -05:00
```
2014-09-20 19:18:49 -05:00
2014-11-17 21:02:39 -06:00
### Contributing
2014-09-20 19:18:49 -05: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-17 21:02:39 -06:00
### License
2014-09-20 19:18:49 -05: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.