A simple multi-user chat application built in Java using JavaFX for the GUI and Sockets for client-server communication.
The project demonstrates real-time messaging between multiple users connected to a central server.
- Multi-user chat system (multiple clients can connect to the server).
- Real-time message exchange.
- GUI built with JavaFX.
- Simple client-server architecture using TCP sockets.
- Easy to run locally for testing.
- Java (JDK 8 or above)
- JavaFX (for the GUI)
- Sockets (TCP/IP) for communication