A project for PROZ ('Java Programming') classes at WUT
Project title: Chat
This project was written to practice Java language in a simple program and to learn how the Socket works.
The project contains two programs. The first is the Server program that must be started first. The second is the Client program that connects to the running server, and then can send messages to all connected clients.