hujianzhe / server-framework
C服务器进程通用模板,跨平台,动态库,协程
☆46Updated this week
Alternatives and similar repositories for server-framework:
Users that are interested in server-framework are comparing it to the libraries listed below
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆18Updated 2 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- an easy to use async redis client implemented in c++11☆35Updated 4 years ago
- simple morden c++ network library based on asio standalone,support tcp/udp/http/websocket and kcp wrapper.☆53Updated 4 months ago
- 基于 libco 的 tcp 网络通信框架。☆23Updated 2 years ago
- 基于C++14和ASIO实现高并发TCP网络框架☆47Updated 7 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆26Updated 5 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 11 years ago
- A actor framework base on C++11/14.☆56Updated 4 years ago
- C++ ORM (Object Relational Mapping)☆76Updated 7 years ago
- c++11实现的一个实用的轻量级跨平台多线程actor框架,支持pull和push接口,支持基于协程的异步调用,目前只支持本地消息传递☆22Updated last year
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆166Updated last week
- fast thread pool☆27Updated 6 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 4 months ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- c++ common library implement☆11Updated 5 years ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- A fast tcp/udp net lib, based on muduo + kcp. 一个快速的tcp/udp网络库, 基于 muduo + kcp .☆73Updated 4 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆28Updated 6 years ago
- c++异步io☆15Updated last year
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 6 months ago
- 高性能博客系统☆28Updated 5 years ago
- muduo in windows☆70Updated 5 years ago
- std::future extension☆37Updated 4 years ago
- c++ operation database like mybatis☆35Updated 2 years ago
- openssl surpport for handy☆42Updated 9 years ago
- 百万级、跨平台TCP&UDP服务器。支持关闭延迟,支持protobuf的rpc,支持网络层与业务层分离,开发服务器更高效☆14Updated 6 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆30Updated 2 years ago