In this video we are going to build a simple chatroom application using socket programming in C programming language. It is going to be multi-client applications, means multiple clients can connect to the server simultanously. The clients can communicate with each other.
SOURCE CODE: https://github.com/nikhilroxtomar/Chatroom-in-C
#c #socket #programming