linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能
☆84Dec 30, 2022Updated 3 years ago
Alternatives and similar repositories for lce
Users that are interested in lce are comparing it to the libraries listed below
Sorting:
- 基于协程的C++网络开发框架☆25Oct 25, 2018Updated 7 years ago
- EasyCpp是 一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 线程池+epoll服务器☆19Aug 29, 2013Updated 12 years ago
- c++ common library implement☆12Jul 29, 2019Updated 6 years ago
- 利用 C++ 编写的 HTTP 服务器,使用线程池 + Reactor 模式☆13Apr 22, 2019Updated 6 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- C++分布式网络通信框架(RPC)☆21May 19, 2023Updated 2 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆537Dec 27, 2023Updated 2 years ago
- DIY a asynchronous IO framework base on coroutine☆14Mar 8, 2024Updated 2 years ago
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12May 16, 2015Updated 10 years ago
- Chatroom project☆13Oct 27, 2022Updated 3 years ago
- Linux网络编程视频教程☆214Jul 14, 2022Updated 3 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网 络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- 基于C++14和ASIO实现高并发TCP网络框架☆50Jan 23, 2018Updated 8 years ago
- 在Linux环境下使用C++语言开发多线程服务器通信框架,主要实现百万级数据包的稳定收发,支持一定数量的客户端同时连接并及时提供响应。从头搭建网络通信框架,从最初的同时单服务器承受100个客户端连接每秒收发5w包优化到1w个客户端每秒收发200w包☆21Apr 15, 2023Updated 2 years ago
- ChinessChess game written by rust.☆24Jun 2, 2020Updated 5 years ago
- 多人协作白板(七牛云校园黑客马拉松)☆17Nov 13, 2022Updated 3 years ago
- backup of https://github.com/shadowsocks/shadowsocks☆22Aug 22, 2015Updated 10 years ago
- 一个基于epoll的多线程 linux c http web服务器☆24Mar 7, 2015Updated 11 years ago
- sthread(simple-thread):支持高并发的协程网络库☆30Jun 11, 2025Updated 9 months ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Apr 7, 2013Updated 12 years ago
- 高性能分布式网络服务框架--供个人学习使用 feat by sylar☆25Mar 9, 2023Updated 3 years ago
- A cross platform HTTP client written in C++ based on raw sockets☆13Jul 19, 2019Updated 6 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆22Aug 3, 2017Updated 8 years ago
- TouchGFX例程☆10Dec 14, 2016Updated 9 years ago
- How to build a Async Server.☆83Nov 13, 2012Updated 13 years ago
- 这是一个项目,C/S架构,服务端为C++,客户端为Qt,XML为小型数据库,主要是为了进行一些XML的操作。☆22Mar 30, 2018Updated 7 years ago
- c/c++ 语言的demo和各种工具类,包括数据结构算法和信息安全算法等。☆14Jun 28, 2016Updated 9 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Jul 30, 2019Updated 6 years ago
- 多线程环境下的高效异步日志系统☆15Mar 16, 2019Updated 7 years ago
- ☆20Jul 26, 2018Updated 7 years ago
- c语言实现的能在windows和linux下运行的http服务器,支持动态页面☆11Jul 18, 2016Updated 9 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Sep 7, 2016Updated 9 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,115Jul 5, 2022Updated 3 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Apr 10, 2019Updated 6 years ago
- 一个c++网络库,基于epoll☆17Jul 31, 2017Updated 8 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆373Jun 12, 2017Updated 8 years ago
- 一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容☆140Oct 16, 2015Updated 10 years ago