A High Performance Multithread Network Library
☆108Feb 19, 2019Updated 7 years ago
Alternatives and similar repositories for Sinetlib
Users that are interested in Sinetlib are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Apr 14, 2020Updated 6 years ago
- libevent library reimplemented with c++☆43Jan 17, 2020Updated 6 years ago
- A high performance multithread C++ network library for linux.☆68Nov 5, 2019Updated 6 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆78May 16, 2018Updated 8 years ago
- An easy cpp json package☆18Mar 30, 2019Updated 7 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆10Nov 20, 2020Updated 5 years ago
- vimcfg_bundle☆38Mar 10, 2026Updated 2 months ago
- 一个针对于小型的C/C++项目的makefile模板。使用该模板,能够实现一键编译,无需再编写繁琐的makefile文件。☆16Apr 29, 2019Updated 7 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆49Jan 11, 2021Updated 5 years ago
- 代码会说话的编程世界 - 使用 C 语言实现的个人网站 - 分享 Linux 网络编程☆26May 14, 2020Updated 6 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆548May 30, 2024Updated last year
- 利用 C++ 编写的 HTTP 服务器,使用线程池 + Reactor 模式☆13Apr 22, 2019Updated 7 years ago
- 🌎 High Performance HTTP WebServer☆632Feb 7, 2018Updated 8 years ago
- better asio wrapper (++asio)☆40Apr 5, 2022Updated 4 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.
- A C++ High Performance Web Server☆8,202Sep 27, 2023Updated 2 years ago
- High-performance multi-threaded tcp network server in c++11☆60Jun 22, 2019Updated 6 years ago
- A transmission protocol implementation based on UDP, inspired by libutp☆28Oct 16, 2020Updated 5 years ago
- JSON-RPC implementation in C++17☆350Feb 10, 2022Updated 4 years ago
- zsummerX is a cross-platform C++ high performance lightweight network library. via IOCP/EPOLL/SELECT.☆322Oct 29, 2025Updated 6 months ago
- A High Performance HTTP Web Server in C++11☆141Feb 21, 2019Updated 7 years ago
- 高性能超轻量级C++开发库及服务器编程框架☆319Apr 20, 2022Updated 4 years ago
- 一套c服务框架☆18Aug 11, 2020Updated 5 years ago
- 分布式服务器☆18Jun 6, 2018Updated 7 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.
- 判断点在多边形内,时间复杂度O(n)。用于可靠的判断一个点是否在多边形内,适用于凸多边形、凹多边形、不规则多边形等,充分考虑了点在多边形内、多边形外、多边形的某一条边上以及这个点本身就是多边形的一个顶点。☆11Dec 7, 2017Updated 8 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆62Jul 30, 2020Updated 5 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆39Jan 20, 2018Updated 8 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,102Dec 23, 2025Updated 5 months ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- muduo v1.0.4的注释版☆92Sep 20, 2015Updated 10 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,657Aug 19, 2023Updated 2 years ago
- Multithreaded network library in C++17☆93Feb 10, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 《C++ 服务器开发精髓》随书配套源码☆221Sep 1, 2021Updated 4 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模 式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- libuv wrapper in C++11 /libuv C++11网络库☆841Nov 13, 2025Updated 6 months ago
- HTTP and WebSocket built on Asio in C++11☆11Sep 1, 2018Updated 7 years ago
- 剑指Offer算法面试题目总结(C、C++实现)☆62Aug 31, 2019Updated 6 years ago
- LiveStream gateway for WebRTC 流媒体网关服务器☆27Jan 22, 2026Updated 4 months ago