huanzheWu / Socket-ProgrammingLinks
☆11Updated 9 years ago
Alternatives and similar repositories for Socket-Programming
Users that are interested in Socket-Programming are comparing it to the libraries listed below
Sorting:
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- A SQLite client library written in Modern C++☆37Updated 8 years ago
- C++解析websocket协议☆180Updated 7 years ago
- 轻量级网络库, 基于C++11☆121Updated 3 years ago
- a cpp Web Server☆159Updated 5 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- this is my summary c++ common tools☆28Updated 2 years ago
- 根据夏曹俊老师的课程,整理出来的demo☆10Updated 6 years ago
- limlog is a cross-platform C++ library for logging.☆67Updated last year
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite/☆36Updated 10 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆37Updated 6 years ago
- muduo in windows☆70Updated 6 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 9 years ago
- c++工具库☆107Updated 4 years ago
- 一些C/C++常用封装例子☆215Updated 4 years ago
- Log4cpp maintained fork by OrocosDevs☆194Updated 4 years ago
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- ☆69Updated 6 years ago
- fn-log is a cpp-based logging utility. It's a gift.☆86Updated 3 months ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- a header-only event-driven library based on c++11.☆35Updated 3 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 7 years ago
- WebSocket server demo implemented with C++ & libevent☆116Updated 4 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆98Updated 6 years ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆61Updated 8 years ago
- 高性能TCP网络服务器程序,目前已稳定支撑单机数十万的并发连接☆355Updated 3 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用 了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago