josexy / socnet-cpp
A high performance HTTP server based on linux epoll designed by C++ 20
☆33Updated 3 years ago
Alternatives and similar repositories for socnet-cpp:
Users that are interested in socnet-cpp are comparing it to the libraries listed below
- ☆30Updated last year
- This is a web framework based on c++ design with a similar interface to the gin framework.☆90Updated 4 months ago
- 高性能分布式网络服务框架--供个人学习使用 feat by sylar☆25Updated last year
- c++ tools for Ringqueue,timemanager,threadpool,freelockqueue,coroutines test,asio example☆39Updated this week
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆510Updated 4 years ago
- Super Simple Reflection☆98Updated 2 years ago
- docs for search system and ai infra☆212Updated 7 months ago
- leveldb chinese annotation☆94Updated last year
- 在进行数据传输的过程中可以选择TCP或者UDP协议,TCP虽然相对而言比较复杂,具有三次握手进行连接以及四次分手断开连接,但具备可靠性,被大公司广泛使用,因此设计一种基于TCP的多线程数据传输系统来进行通信。