Network library for realtime multiplayer games written in C++
-
Updated
Sep 28, 2024 - C++
Network library for realtime multiplayer games written in C++
This project implements a simple chat application comprising a C++ server and a C++ client. The server is capable of handling multiple client connections simultaneously, facilitating real-time message exchange between connected clients. The application uses sockets for communication between the server and clients.
Multi-threaded client-servers system that uses communication over sockets to handle various user requests
Some sockets stuff , including the TCP and UPD as well as implementation of Multithread server
Implementation of a Client-Balancer-Server architecture in Java. The communication was made with the aid of sockets programming, multithreading and concurrent techniques.
Morse translator based on the client-server model
Add a description, image, and links to the sockets-programming topic page so that developers can more easily learn about it.
To associate your repository with the sockets-programming topic, visit your repo's landing page and select "manage topics."