awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesNetwork Client Concurrency

Using a multi-process model specifically to handle multiple simultaneous network connections.

Distinct from Multi-Process Request Handling: Focuses on the application of process forking for network server scalability rather than generic HTTP request handling.

Explore 2 awesome GitHub repositories matching web development · Network Client Concurrency. Refine with filters or upvote what's useful.

Awesome Network Client Concurrency GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • antirez/smallchatAvatar von antirez

    antirez/smallchat

    7,509Auf GitHub ansehen↗

    Smallchat is a minimal implementation of a concurrent network server and TCP-based chat system designed as a demonstration of C socket programming. It provides a basic server and client architecture that enables real-time text communication between multiple connected users. The project focuses on the implementation of a networked chat server that handles simultaneous client sessions. It utilizes a centralized broadcasting model to route incoming text from one client to all other active participants. The system manages concurrent client connections and session tracking using socket descriptor

    Manages multiple simultaneous network connections to enable real-time communication between many users.

    C
    Auf GitHub ansehen↗7,509
  • riba2534/tcp-ip-networknoteAvatar von riba2534

    riba2534/TCP-IP-NetworkNote

    2,505Auf GitHub ansehen↗

    TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header

    Implements a multi-process concurrency model using system forks to handle multiple network clients.

    C
    Auf GitHub ansehen↗2,505
  1. Home
  2. Web Development
  3. Backend Development
  4. Request & Response Handling
  5. HTTP Request Handling
  6. Multi-Process Request Handling
  7. Network Client Concurrency