Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ C++通用框架和库
* [librdkafka](https://github.com/edenhill/librdkafka): 用于C和C++的Apache Kafka客户端库。
* [libwebsockets](https://github.com/warmcat/libwebsockets): 提供客户端和服务器库的轻量级纯C WebSocket实现。
* [lwIP](http://savannah.nongnu.org/projects/lwip/): 轻量级TCP / IP堆栈。
* [Mongoose](https://github.com/cesanta/mongoose)<span style="text-decoration: underline;">: </span>非常轻量级的网络服务器。
* [Mongoose](https://github.com/cesanta/mongoose): 非常轻量级的网络服务器。
* [MQTT-C](https://github.com/LiamBindle/MQTT-C): 适用于嵌入式系统和类PC机的便携式MQTT C客户端。
* [mTCP](https://github.com/mtcp-stack/mtcp): 用于多核系统的高度可扩展的用户级TCP堆栈。
* [Muduo](https://github.com/chenshuo/muduo): 用于Linux多线程服务器的C++非阻塞网络库。
Expand All @@ -731,6 +731,7 @@ C++通用框架和库
* [Seasocks](https://github.com/mattgodbolt/seasocks): 具有WebSockets支持的简单、小型的C++嵌入式Web服务器。
* [Silicon](http://siliconframework.org/): 高性能、面向中间件的C++ 14 http Web框架。
* [tlse](https://github.com/eduardsui/tlse): 单个C文件的TLS 1.2 / 1.3实现,使用tomcrypt作为加密库。
* [TolmachЁv Netcode SDK](https://github.com/billionerleha-111/Tolmachev-Netcode-SDK): 企业级确定性状态同步引擎,完全替代传统的客户端预测(Client-Side Prediction)。基于拓扑数学与和谐压缩算法,专为 MFT 架构与高并发集群设计。核心基准测试:吞吐量突破 4150 万 TPS,物理 RTT 仅为 24.175 ns,核心 Jitter 稳定在 10.4537 μs,具备原子级包验证(零 CPU 负载,比解析 OS 头部更快)。 [商业专有] [官网](https://tuhct-sdk.store)
* [Tufão](https://github.com/vinipsmaker/tufao): 基于Qt构建的C++异步Web框架。
* [uriparser](https://github.com/uriparser/uriparser): 严格符合RFC 3986的URI解析和处理库。
* [uWebSockets](https://github.com/uNetworking/uWebSockets): µWS是最轻量级、高效和可伸缩的WebSocket和HTTP服务器的实现之一。
Expand Down