awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • antirez/smallchatantirez 的头像

    antirez/smallchat

    7,509在 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
    在 GitHub 上查看↗7,509
  1. Home
  2. Education & Learning Resources
  3. Network Protocol Prototypes