yuanrw / tcp-server-clientLinks
即时通信 select/poll/epoll
☆45Updated 5 years ago
Alternatives and similar repositories for tcp-server-client
Users that are interested in tcp-server-client are comparing it to the libraries listed below
Sorting:
- 轻量级网络库, 基于C++11☆116Updated 3 years ago
- muduo in windows☆68Updated 5 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆65Updated 8 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 用libcurl实现http和https服务☆31Updated 6 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆59Updated 7 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- ☆40Updated 6 years ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆34Updated 6 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 8 years ago
- 最简单的tcpserver,主要解决tcp的粘包、分包的问题☆14Updated 9 years ago
- fast thread pool☆27Updated 6 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 6 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- 锥型NAT下,实现基于udp 协议的内网穿透p2p通信 (协议由protobuf生成)☆57Updated 5 years ago
- ☆67Updated 5 years ago
- 用libevent实现https服务器☆21Updated 6 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆31Updated 2 years ago
- p2p网络 tcp打洞、 Nat穿透、seed服务器、peer客户端☆121Updated 3 years ago
- A cross platform Http client with libcurl☆53Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite/☆35Updated 10 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- A IOCP Server Class on Windows!☆95Updated 7 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- A ThreadPool clss base on IOCP on Windows.☆28Updated 7 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago