Skip to content

Network programming of the stateless, stateful server. The implementation is done using Select and Threads. There is a little dive into concurrent and iterative servers.

License

Notifications You must be signed in to change notification settings

jerimkaura/network-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking assignments

Chat App

Chatting model: Group chat

The server is an intermediary between the clients. It receives a message from one client and forwards it to all other clients except the one from which the message came from.

To join the chat, each client must provide their username for identifcation by other clients in the chat. However, the server uniquely identifies the clients by their ip addresses.

About

Network programming of the stateless, stateful server. The implementation is done using Select and Threads. There is a little dive into concurrent and iterative servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages