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 ...
src/ - main/ - java/ - com/ - example/ - chat/ - App.java - ChatController.java - Message.java - Server.java - Client.java - resources/ - com/ - example/ - chat ...
The javafx.application.Application class provides a framework for managing a JavaFX application. This application must include a class that extends Application, overriding various methods that the ...