Skip to content

This is a chat server application developed using Java and JavaFX, which allows multiple clients to connect to the server and exchange messages.

Notifications You must be signed in to change notification settings

el-moudni-hicham/chat-server-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat server application using sockets

Chat server application using sockets. In this scenario, multiple clients can connect to the 
server and exchange messages with one another in real-time. This is a classic use case for distributed
systems, as the server must coordinate messages from multiple sources, differents machines and ensure 
that they are delivered to the appropriate recipients.

Report

View report
Download report

Video Demonstration

chat-application.mp4

About

This is a chat server application developed using Java and JavaFX, which allows multiple clients to connect to the server and exchange messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published