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
·

1 Repo

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

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

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

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