Andrewpqc / qiaqiaLinks
Command line chat application for Linux platform. Nonblocking IO,Multithreading and IO multiplexing are used for the server part, so it has a high performance concurrent server.
☆31Updated 6 years ago
Alternatives and similar repositories for qiaqia
Users that are interested in qiaqia are comparing it to the libraries listed below
Sorting:
- 简易的http服务器☆127Updated 10 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆166Updated 6 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆117Updated 7 years ago
- A C++ Tiny Web Server☆107Updated 5 years ago
- JSON-RPC implementation in C++17☆349Updated 3 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆82Updated 11 years ago
- A WebServer write by C++☆129Updated 6 years ago
- 🌎 High Performance HTTP WebServer☆635Updated 7 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Updated 8 years ago
- leveldb源码阅读和重写, 重写的过程中加上注释方便理解。☆223Updated 7 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆194Updated 5 years ago
- 学习STL过程,自己实现的STL代码☆196Updated 8 years ago
- Linux API速查手册(https://github.com/guodongxiaren/LinuxAPI/wiki)☆168Updated 5 years ago
- 大并发服务器课程源代码☆305Updated 5 years ago
- Read code, comment it.☆356Updated 4 years ago
- 使用C++11完成的Web服务器☆36Updated 6 years ago
- 一个简单的用户级线程库☆351Updated 5 years ago
- Tutorial of Muduo network library☆548Updated 6 years ago
- 对redis做了简化,方便理解源码,redis拥有很漂亮的c风格的代码,值得一读.☆128Updated 8 years ago
- 修改了WebBench的源码,使其可以支持针对HTTP长连接的测试☆54Updated 7 years ago
- 开源项目的源码分析☆149Updated 8 years ago
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- C++11 实现的简易版 STL☆226Updated 8 years ago
- An Object-oriented Lightweight High Performance C++ Network Library For Linux System☆53Updated 4 years ago
- Multithreaded network library in C++17☆93Updated 3 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- 推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay…☆128Updated 9 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆209Updated 2 years ago