guodongxiaren / CCPPLinks
C语言和C++的重要概念
☆14Updated 3 years ago
Alternatives and similar repositories for CCPP
Users that are interested in CCPP are comparing it to the libraries listed below
Sorting:
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 《Head First设计模式》学习代码,使用C++实现☆70Updated 10 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 9 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- A SQLite client library written in Modern C++☆37Updated 8 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆139Updated 8 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆97Updated 8 years ago
- libevent-1.4.15源码阅读注释☆74Updated 6 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆20Updated 7 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆57Updated 9 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- 一些C/C++常用封装例子☆213Updated 3 years ago
- Linux环境下的C/C++小项目☆97Updated 7 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 10 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式 的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Updated 12 years ago
- muduo in windows☆67Updated 5 years ago
- 工作过程当中的实用工具类,脚本...☆38Updated 2 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆222Updated 6 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- a smart light server make by myself☆16Updated 5 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago