Tankernn 170d0d040c Slight optimisations and TODO-list | 7 years ago | |
---|---|---|
src | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago | |
TODO.txt | 7 years ago | |
pom.xml | 7 years ago |
A chat server and client pair
The program is meant for chatting and briefly consists of a client part and a server part. X number of clients can connect to the server concurrently and send messages to other clients on the same channel. In addition to the basic functionality is some color coding of messages and reasonably functioning permission-system. There are a number of commands built-in, but more are needed.
java -jar /path/to/ChatServer.jar
in a command prompt/help
on client or server for a list of commands