grfz / Socket
Socket C++ Classes
☆73Updated 12 years ago
Alternatives and similar repositories for Socket:
Users that are interested in Socket are comparing it to the libraries listed below
- 实现的一个简易的 C++ 序列化库☆79Updated 3 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- The code from CSDN(大学时写的博客代码存储地)☆81Updated 2 years ago
- a cpp Web Server☆156Updated 5 years ago
- Examples and toturials for C++ Boost Asio library.☆267Updated 3 years ago
- 一些C/C++常用封装例子☆212Updated 3 years ago
- A High Performance Multithread Network Library☆107Updated 6 years ago
- 23 Design Patterns implemented by C++☆154Updated 7 years ago
- 将Windows和Linux的socket库的使用封装成跨平台的类库,轻松使用socket创建连接。☆28Updated 6 years ago
- 《C++并发编程实战》的读书笔记,供以后工作中查阅。☆334Updated 6 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆59Updated 8 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆70Updated 5 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 5 years ago
- simple TCP server / client C++ linux socket☆366Updated 3 years ago
- limlog is a cross-platform C++ library for logging.☆67Updated 9 months ago
- 设计模式精解-GoF 23 种设计模式解析附 C++实现源码☆50Updated 8 years ago
- Simple C++multithread lib☆125Updated 6 years ago
- This is a tool library that includes log, fsm, state machine...☆99Updated 4 years ago
- SGI STL源码-注释版☆76Updated 6 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 9 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆95Updated 8 years ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆59Updated 7 years ago
- 多线程练习代码☆40Updated 2 years ago
- 轻量级网络库, 基于C++11☆113Updated 3 years ago
- muduo in windows☆70Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- A light and high performance WebSocket Server.☆113Updated 3 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆71Updated 5 years ago