Skip to content

SashiniLiyanage/java-multi-threaded-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#java-multi-threaded-chat-server

The chat server will accept connections from clients and would let clients send in strings over the network. The server will display the string sent by the client and will wait for the next string. When the client sends a message “quit”, the server will close the connection with the client and wait for another connection (possibly from a different client) and repeat the same.

How to run:

  • sudo java ChatServer
  • on another terminal: nc 127.0.0.1

Read the documentation for more details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages