News

Chatroom using socket programming and multi-threading in C++ Project Description: The project Chat application implements a Client-Server model in a multithreaded chat server by sockets to communicate ...
This project uses a multithread TCP server with an epoll instance to handle multiple connections, each on an individual thread. The goal was to apply modern Linux socket programming techniques, ...