c++千万级高并发网络通信(Socket协议,跨平台全栈开发)
☆99Dec 10, 2019Updated 6 years ago
Alternatives and similar repositories for Socket_cplus
Users that are interested in Socket_cplus are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Oct 10, 2020Updated 5 years ago
- MFC表格操作模板☆12Nov 10, 2016Updated 9 years ago
- 基于C++14和ASIO实现高并发TCP网络框架☆50Jan 23, 2018Updated 8 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- 短信虚拟网关。 基于golang网络编程库 gnet开发。 支持 SMPP, CMPP, SGIP, SMGP等协议。☆10Jul 21, 2022Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 一个对接skynet的cocos简单客户端,可直接对接 https://github.com/xinjuncoding/mmoarpgserver☆16May 23, 2016Updated 10 years ago
- ☆12Feb 27, 2019Updated 7 years ago
- QtC++实现基于TCP协议仿QQ聊天软件☆14Mar 8, 2020Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆49Aug 31, 2018Updated 7 years ago
- Audio Quality Measurement Software☆17Apr 7, 2023Updated 3 years ago
- socket网络通信的例程,包括TCP,UDP,阻塞非阻塞和C,C++多个版本☆10Nov 2, 2017Updated 8 years ago
- 跨平台网络库,使用epoll和iocp模型☆11May 13, 2018Updated 8 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Feb 25, 2026Updated 4 months ago
- Detect HTTP packet and inject redirect packet☆14Mar 1, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆175Jun 9, 2026Updated last month
- A streamable speech recognition model with transformer encoders and RNN-T loss☆11Mar 1, 2021Updated 5 years ago
- C ++ library for working with date and time☆10Dec 22, 2025Updated 6 months ago
- Great training for using Camera2 API with RxJava2☆11Dec 15, 2017Updated 8 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆37Jul 21, 2019Updated 6 years ago
- verilog 实现的 RISC-V 流水线处理器☆10Jul 15, 2022Updated 3 years ago
- 用c++编写一个简易的c语言编译器☆10Dec 8, 2019Updated 6 years ago
- C++编写的Com组件,实现了内存读写、窗口控制、输入模拟、文本编码、颜色拾取、文件读写、正则转换、XML读写等功能☆23Feb 20, 2017Updated 9 years ago
- A implement for C coroutine☆10Apr 17, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 房贷计算器,基于javascript开发的在线房贷计算器☆26Feb 5, 2026Updated 5 months ago
- A wxwidgets book☆18Mar 14, 2023Updated 3 years ago
- 一个Qdbus的demo,学习了解qdbus的基本用法☆17Feb 8, 2018Updated 8 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,111Jul 5, 2022Updated 4 years ago
- Windows IOCP + 线程池 高并发Socket通信框架☆11Apr 20, 2019Updated 7 years ago
- The HDLC Deamon implements the HDLC protocol to easily talk to devices connected via serial communications☆17Feb 6, 2017Updated 9 years ago
- 用C++实现的一个简单的线程池,支持任务队列,实际任务继承自taskbase。☆12Apr 15, 2015Updated 11 years ago
- NJU CS核心课程,算法 导论,相关实验☆17Aug 5, 2019Updated 6 years ago
- x86模拟器 - 南京大学 计算机系统基础☆16Jan 17, 2019Updated 7 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 基于skynet引擎的回合制游戏搭建☆35May 3, 2018Updated 8 years ago
- Cross platform network library with C++11☆1,134Aug 16, 2024Updated last year
- c、c++ http client☆17Dec 31, 2015Updated 10 years ago
- Linux and Android use epoll, iOS and Mac use kqueue, Windows use IOCP(wepoll).other systems use select.☆24Apr 5, 2023Updated 3 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆83Dec 30, 2022Updated 3 years ago
- 基于MFC封装的一个UI库☆62Mar 14, 2019Updated 7 years ago