Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Java Multi-Threaded Chat Server

Java based internet chat application with multi-threading allowing any number of clients with broadcasting

Use of ServerSocket, Socket, DataInputStream and DataOutputStream, connecting Client and Server following TCP protocol and OSI model.

Multi-threaded communication controlled by synchronized outputstream resources through individual client thread handlers, allowing multiple messages and join/quit requests to be organized in a demultiplexed fashion

Utilized Java Abstract Window Toolkit (awt) for streamlined user interface scalable to include graphics and images with other UI-interface widget toolkits

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages