Skip to content

Chat server that handles multiple concurrent connections & async message passing between arbitrary numbers of clients.

Notifications You must be signed in to change notification settings

tanishajoshi/network-chat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Network Chat Client

This chat server does the following:

  • Manages multiple concurrent connections.
  • Performs asynchronous message passing between arbitrary numbers of clients
  • Handles concurrent, nonblocking I/O.
Usage:
server: <port number>
client <IP address> <port number>

About

Chat server that handles multiple concurrent connections & async message passing between arbitrary numbers of clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages