Skip to content

luisarojas/chat-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Overview

For this project, the objective was to create an Instant Messaging program with a Server and a Client class. The clients should be able to communicate with each other through the Server, meaning that the use of threads is necessary. The server will be receiving every message sent by any client using sockets and then it will proceed to return it to all connected clients, which will then display said message on their respective chat areas.

Releases

No releases published

Packages

No packages published

Languages