C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
☆4,635Dec 8, 2023Updated 2 years ago
Alternatives and similar repositories for sylar
Users that are interested in sylar are comparing it to the libraries listed below
Sorting:
- Linux下C++轻量级WebServer服务器☆19,268Jul 5, 2024Updated last year
- A C++ High Performance Web Server☆8,173Sep 27, 2023Updated 2 years ago
- 从零开始重写sylar C++高性能分布式服务器框架☆381Oct 27, 2025Updated 4 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,968Dec 23, 2025Updated 2 months ago
- C++ Linux WebServer服务器☆4,048Dec 2, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,625Oct 18, 2023Updated 2 years ago
- Achieve a tiny STL in C++11☆12,412Oct 27, 2024Updated last year
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,406Mar 5, 2024Updated 2 years ago
- A distributed service governance framework. 分布式服务治理框架☆434Mar 31, 2024Updated last year
- C++ Parallel Computing and Asynchronous Networking Framework☆14,309Feb 13, 2026Updated 3 weeks ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,179Jan 5, 2026Updated 2 months ago
- modern C++(C++20), simple, easy to use rpc framework☆1,987Jan 9, 2026Updated 2 months ago
- 实现一个操作系统内核☆1,902Mar 4, 2023Updated 3 years ago
- C++那些事☆42,899Jun 14, 2024Updated last year
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,736Aug 19, 2023Updated 2 years ago
- 从零开始的 JSON 库教程☆7,957Jun 14, 2024Updated last year
- C/C++学习,后端开发进阶指南。☆6,046Jun 24, 2025Updated 8 months ago
- 30天自制C++服务器,包含教程和源代码☆7,012Mar 26, 2025Updated 11 months ago
- 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job s…☆37,547Aug 24, 2025Updated 6 months ago
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,684Mar 7, 2024Updated 2 years ago
- flamingo 一款高性能轻量级开源即时通讯软件☆3,944Jul 22, 2024Updated last year
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,115Jul 5, 2022Updated 3 years ago
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,478Feb 28, 2026Updated last week
- 知名开源代码库的注释版:C++、Golang等☆1,379Feb 25, 2023Updated 3 years ago
- 一个基于协程的异步网络库☆116Oct 3, 2021Updated 4 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆535Dec 27, 2023Updated 2 years ago
- Cross platform network library with C++11☆1,129Aug 16, 2024Updated last year
- Linux多线程服务端编程[muduo C++网络库]☆588Sep 9, 2021Updated 4 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,451Apr 28, 2022Updated 3 years ago
- Go-style concurrency in C++11☆3,312Jul 3, 2023Updated 2 years ago
- MIT 6.824 distributed system C++Version☆872Jun 10, 2023Updated 2 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆542Sep 9, 2020Updated 5 years ago
- Simple, light-weight and easy-to-use asynchronous components☆2,144Feb 27, 2026Updated last week
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆746Feb 23, 2023Updated 3 years ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。☆11,021Dec 28, 2023Updated 2 years ago
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,515Aug 20, 2024Updated last year
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆76Aug 23, 2019Updated 6 years ago
- RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.☆2,128Feb 11, 2026Updated 3 weeks ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,191Dec 25, 2024Updated last year