epoll 服务器,基于 reactor 模式,protobuf 自描述消息
☆13Nov 17, 2020Updated 5 years ago
Alternatives and similar repositories for BowServer
Users that are interested in BowServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- General-purpose features that may be integrated into VTK library in the future.☆14Updated this week
- 《数据库系统实现》作业:并发控制☆11Dec 16, 2021Updated 4 years ago
- Pytorch refinenet for segmentation and pytorch -> onnx -> tensorrt☆10Aug 25, 2020Updated 5 years ago
- Topology Guided Volume Exploration☆19Dec 15, 2018Updated 7 years ago
- 极客时间<网络编程实战>代码☆950Dec 22, 2023Updated 2 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A small cheat sheet of what one needs to remember about the coroutines☆11May 22, 2020Updated 6 years ago
- Pure copy from sylar☆16Jun 22, 2022Updated 4 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 8 years ago
- A high efficient Tcp server based on Epoll, Using reactor and producer consumer threadpool pattern. And use memory pool to improve the ef…☆18Mar 1, 2017Updated 9 years ago
- ☆14Aug 1, 2024Updated 2 years ago
- EasyRPC is a msgpack-rpc + α implementation for Modern C++17 language.built on top of https://github.com/rpclib/rpclib☆15Oct 21, 2018Updated 7 years ago
- Ultralightweight JSON parser in ANSI C☆10Mar 8, 2017Updated 9 years ago
- Code related to the publication Correlated Photon Mapping for Interactive Global Illumination of Time-Varying Volumetric Data by Daniel J…☆18Sep 14, 2023Updated 2 years ago
- 关于无锁队列的知识☆11Feb 13, 2017Updated 9 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.
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。☆21May 9, 2019Updated 7 years ago
- a cute socket framework based epoll on linux with reactor pattern.☆23May 8, 2021Updated 5 years ago
- 《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆11Feb 25, 2019Updated 7 years ago
- 侯捷C++内存管理专题笔记☆68Mar 7, 2019Updated 7 years ago
- 【Beta-Demo】📤WEB即时聊天工具(类微信WEB),不能使用QQ微信?叫上好友一起试试这个😄。基于WebSocket协议的网页版(PC)在线聊天工具。☆29Jun 18, 2024Updated 2 years ago
- a simple plugins realtime count yout amount with DOTA2 GSI signal☆17Apr 27, 2026Updated 3 months ago
- 纯golang实现的分布式持久化KV数据库☆31Jul 9, 2020Updated 6 years ago
- C++开发的Windows音乐播放器,使用开源音频处理库libzplay。☆22Jul 6, 2019Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- Repository with examples for the C++20 Coroutines video and article.☆29Jul 10, 2024Updated 2 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 3 years ago
- An QT widget that could learn features from camera/image, then recognize them in video/camera/image. QT5, OpenCV3, Caffe, Libfacedetectio…☆30Sep 23, 2017Updated 8 years ago
- Pure C solutions for LeetCode. Contains unit tests and helper methods. (纯C解题, 包含单元测试和帮助方法)☆20Apr 7, 2026Updated 4 months ago
- 一键创作高质量的内容。☆17Jan 26, 2026Updated 6 months ago
- 😎「计算机淘金手册-中文版」立志收录各种酷炫、高大上、对小白友好的开源项目,包括但不限于Java、C++、Python、Golang、JavaScript、人工智能、机器学习、人工智能等相关项目。☆15Feb 8, 2022Updated 4 years ago
- some standard project☆11Aug 21, 2022Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 《Asynchronous Programming with C++ - 1st Edition》的非专业个人翻译☆40Jan 1, 2025Updated last year
- mysql45讲,从入门到精通☆15Aug 30, 2019Updated 6 years ago
- this is backend storage for riot☆58Apr 30, 2016Updated 10 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- A library of type traits for introspecting C++ function types☆31Apr 5, 2019Updated 7 years ago
- 这是极客时间苏玲老师的《玩转Git三剑客》笔记☆100Aug 1, 2022Updated 4 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 3 years ago