chitchat is a simple text-based chat application that utilizes the netty.io libarary
Use git to install chitchat.
git clone https://github.com/pmwarner/chitchat.git
cd chitchat
bash compilebash runServerTo run the server on a different port (default 8080), use the following instead:
bash runServer <port>bash runClient <username> [<host> <port>]Host defaults to localhost and port defaults to 8080.
To send messages, type them and hit enter.
Instructions will (probably) be added at a later date. Until then, either figure it out yourself or use the Windows Subsystem for Linux.