sockets-programming
There are 6 repositories under sockets-programming topic.
DanielJimenezMorales/Network-Library
Network library for realtime multiplayer games written in C++
super-m-a-n/Client-server-system-for-travel-and-vaccination-data-handling
Multi-threaded client-servers system that uses communication over sockets to handle various user requests
Vikranth3140/Chat-Application-Terminal
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.
alexandreclem/loadBalancer
Implementation of a Client-Balancer-Server architecture in Java. The communication was made with the aid of sockets programming, multithreading and concurrent techniques.
LuboDimitrov/Morse-encoder
Morse translator based on the client-server model
Zaidtech/Sockets-Programming
Some sockets stuff , including the TCP and UPD as well as implementation of Multithread server