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.
☆30Updated 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服务器☆128Updated 10 years ago
- A C++ Tiny Web Server☆107Updated 5 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆83Updated 11 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆118Updated 6 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 9 years ago
- A WebServer write by C++☆130Updated 6 years ago
- JSON-RPC implementation in C++17☆350Updated 3 years ago
- 这是一个简易的rpc框架☆20Updated 8 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆74Updated 6 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆163Updated 6 years ago
- 大并发服务器课程源代码☆306Updated 5 years ago
- Linux API速查手册(https://github.com/guodongxiaren/LinuxAPI/wiki)☆167Updated 5 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- C++高性能网络服务器☆76Updated 5 years ago
- A C++ High Performance Web Server☆76Updated 5 years ago
- Linux下的小型Web服务器,支持GET/POST/SSL等功能☆152Updated 7 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Updated 5 years ago
- ☆40Updated 6 years ago
- Multithreaded network library in C++17☆92Updated 3 years ago
- A tiny C++ webserver, when it goes wrong, it returns I know nothing.☆70Updated 4 years ago
- 开源项目的源码分析☆148Updated 8 years ago
- C++11 实现的简易版 STL☆224Updated 8 years ago
- 使用C++11完成的Web服务器☆36Updated 5 years ago
- 对redis做了简化,方便理解源码,redis拥有很漂亮的c风格的代码,值得一读.☆127Updated 8 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆79Updated this week
- HTTP服务器,C语言描述☆70Updated 8 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- yfs是一个分布式文件系统(mit6.824)☆73Updated 6 years ago