Skip to content

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.

Notifications You must be signed in to change notification settings

develatter/Java-Multiuser-Chat-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

This project is a simple chat application built using Java. It includes a server that instantiates different client connections.

How to Run

  1. Build the Project: Use Maven to build the project.
mvn clean install
  1. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages