A simple chat application built using JavaFX and MySQL. This application allows users to register, log in, send messages, and view chat history. All messages are stored in a MySQL database and ...
This project implements a distributed Peer-to-Peer (P2P) chat system using Java and JavaFX. The system enables direct communication between clients using TCP sockets, with a lightweight Directory ...