Chat room application, both client and server code included. This project takes advantage of many of the most useful fasets of OOP built into java as well as the socket framework used in most production code.
GWack Client GUI: creates a user interface that can connect with a chat room server.
GWack Channel: creates a server that can manage multiple clients and send packages between them.