You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An application that simulates a chat server with multiple concurrent clients, designed for educational purposes to practice architectures, design patterns, and the implementation of sockets and threads.
This project is a simple chat application built using Java. It includes a server that instantiates different client connections.
How to Run
Build the Project: Use Maven to build the project.
mvn clean install
Run the .jar file
java -jar Chat-1.0-SNAPSHOT.jar
About
An application that simulates a chat server with multiple concurrent clients, designed for educational purposes to practice architectures, design patterns, and the implementation of sockets and threads.