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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • antirez/smallchatAvatar antirez

    antirez/smallchat

    7,509Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,509
  • riba2534/tcp-ip-networknoteAvatar riba2534

    riba2534/TCP-IP-NetworkNote

    2,505Vezi pe GitHub↗

    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
    Vezi pe GitHub↗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