Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages