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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesNetwork Protocol Prototypes

Minimalist implementations of communication systems used to demonstrate and test basic networking logic.

Distinct from Logic Prototypes: Shortlist candidates focus on professional testing tools or general logic prototypes; this is specifically an educational network protocol demonstration.

Explore 1 awesome GitHub repository matching education & learning resources · Network Protocol Prototypes. Refine with filters or upvote what's useful.

Awesome Network Protocol Prototypes GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • antirez/smallchatAvatar de antirez

    antirez/smallchat

    7,509Voir sur 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

    Serves as a minimal working example to demonstrate basic message broadcasting and connection logic.

    C
    Voir sur GitHub↗7,509
  1. Home
  2. Education & Learning Resources
  3. Network Protocol Prototypes