An open API service indexing awesome lists of open source software.

https://github.com/arpit20adlakha/socketbased-multithreaded-server-client


https://github.com/arpit20adlakha/socketbased-multithreaded-server-client

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# SocketBased-Multithreaded-Server-Client

A basic socket based server creating multiple threads to deal with multiple clients. Example clients are created to talk to the same server.

This is for anyone trying to understand multithreaded servers.