用C++开发web服务器框架
☆31Jul 24, 2021Updated 5 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:
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 6 years ago
- server based on boost☆19Nov 11, 2019Updated 6 years ago
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- c++ common library implement☆12Jul 29, 2019Updated 7 years ago
- 一个基于epoll的多 线程 linux c http web服务器☆23Mar 7, 2015Updated 11 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Qt多线程实现进度条示例☆10Oct 27, 2017Updated 8 years ago
- ☆19Mar 3, 2019Updated 7 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆31Dec 9, 2013Updated 12 years ago
- Lock-Free message queue for IPC☆18Jul 24, 2013Updated 13 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- Mir2 Server c++ version☆16Nov 6, 2018Updated 7 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 8 years ago
- c++11实现的一个实用的轻量级跨平台多线程actor框架,支持pull和push接口,支持基于协程的异步调用,目前只支持本地消息传递☆23Jan 2, 2024Updated 2 years ago
- 💻 High-performance multi-thread web server written by C++☆31Jul 29, 2019Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- C服务器进程通用模板,跨平台,动态库,协程☆49Aug 21, 2026Updated last month
- high performance tcp server☆22Nov 21, 2018Updated 7 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 6 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- 一个非阻塞的C++多线程网络库☆10Jul 18, 2018Updated 8 years ago
- 一个c/c++ 开发的基于本地共享内存的cache库☆14Oct 18, 2016Updated 9 years ago
- ☆43Jan 25, 2023Updated 3 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 12 years ago
- 基于C++线程池的轻量级Web并发服务器☆158Jun 11, 2021Updated 5 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.
- Java 游戏服务器 仿照网狐内核编写☆14Aug 2, 2015Updated 11 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Apr 7, 2013Updated 13 years ago
- A Game Server develop frame for web game and mobile game☆21Aug 30, 2016Updated 10 years ago
- CrackDb是一款Java开发的数据库账号密码破解工具。支持 Access、Mysql、SQL Server、Oracle等数据库破解☆14Apr 9, 2017Updated 9 years ago
- 轻量级分布式消息队列☆25Jan 29, 2015Updated 11 years ago
- 用java实现DNS服务器☆13Apr 9, 2015Updated 11 years ago
- Entropy DDoS Detection☆20Jun 7, 2010Updated 16 years ago
- ☆14Jul 17, 2015Updated 11 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆32Nov 10, 2021Updated 4 years ago
- C++高性能网络服务器☆77Aug 26, 2026Updated 3 weeks ago
- JAVAMonitorPLUS性能监控系统,适用于监控所有Java应用,具有堆内存监控、方法区监控、GC监控、类加载监控、类编译监控与线程监控,提供堆快照下载,线程快照下载,服务器信息查看,权限验证和登录☆10Jun 21, 2022Updated 4 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- Linux环境下的C/C++小项目☆99Oct 28, 2017Updated 8 years ago