用C++开发web服务器框架
☆31Jul 24, 2021Updated 4 years ago
Alternatives and similar repositories for webCpp
Users that are interested in webCpp are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- C++ 实现银行排队服务模拟☆10Feb 13, 2017Updated 9 years ago
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 5 years ago
- server based on boost☆18Nov 11, 2019Updated 6 years ago
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- c++ common library implement☆12Jul 29, 2019Updated 6 years ago
- c语言实现的能在windows和linux下运行的http服务器,支持动态页面☆11Jul 18, 2016Updated 9 years ago
- 一个基于epoll的多线程 linux c http web服务器☆24Mar 7, 2015Updated 11 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Dec 9, 2013Updated 12 years ago
- ☆19Mar 3, 2019Updated 7 years ago
- Lock-Free message queue for IPC☆18Jul 24, 2013Updated 12 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 💻 High-performance multi-thread web server written by C++☆30Jul 29, 2019Updated 6 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Feb 25, 2026Updated 3 weeks ago
- high performance tcp server☆23Nov 21, 2018Updated 7 years ago
- 一套c服务框架☆18Aug 11, 2020Updated 5 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 6 years ago
- 一个c/c++ 开发的基于本地共享内存的cache库☆15Oct 18, 2016Updated 9 years ago
- Support for apollo-client to dynamic auto refresh @ConfigurationProperties bean.☆14Feb 6, 2024Updated 2 years ago
- ☆42Jan 25, 2023Updated 3 years ago
- 基于C++线程池的轻量级Web并发服务器☆158Jun 11, 2021Updated 4 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- A Game Server develop frame for web game and mobile game☆21Aug 30, 2016Updated 9 years ago
- CrackDb是一款Java开发的数据库账号密码破解工具。支持 Access、Mysql、SQL Server、Oracle等数据库破解☆13Apr 9, 2017Updated 8 years ago
- 轻量级分布式消息队列☆24Jan 29, 2015Updated 11 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Apr 7, 2013Updated 12 years ago
- 用java实现DNS服务器☆13Apr 9, 2015Updated 10 years ago
- ☆14Jul 17, 2015Updated 10 years ago
- 一个非阻塞的C++多线程网络库☆10Jul 18, 2018Updated 7 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆10Nov 20, 2020Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- 实现轻量级RPC框架,网络通信框架Netty、注册中心(Zookeeper、Nacos)、Java基础(注解、反射、多线程、Future、SPI 、动态代理)、自定义传输协议、多种序列化(ProtoBuf / Kyro / Hessian)、Gzip压缩、轮询、随机、一致性…☆14May 7, 2022Updated 3 years ago
- C++高性能网络服务器☆78Aug 30, 2020Updated 5 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆30Nov 10, 2021Updated 4 years ago
- JAVAMonitorPLUS性能监控系统,适用于监控所有Java应用,具有堆内存监控、方法区监控、GC监控、类加载监控、类编译监控与线程监控,提供堆快照下载,线程快照下载,服务器信息查看,权限验证和登录☆10Jun 21, 2022Updated 3 years ago
- fileshare is a self hosted cloud-disk-like, grpc-based file server☆26Jun 28, 2025Updated 8 months ago