- SQLiteCpp
SQLiteC++ offers an encapsulation around the native C APIs of SQLite, with a few intuitive and well documented C++ classes.
- Star: 1.6k
- License: MIT
- 地址: github.com/SRombauts/S…
- cpp-httplib
A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include the httplib.h file in your code! NOTE: This library uses 'blocking' socket I/O. If you are looking for a library with 'non-blocking' socket I/O, this is not the one that you want.
- Star: 8.8k
- License: MIT
- 地址: github.com/yhirose/cpp…
- NebulaGraph
NebulaGraph 是一款开源的图数据库,擅长处理千亿个顶点和万亿条边的超大规模数据集。
- Star: 8.6k
- License: Apache-2.0
- 地址: github.com/vesoft-inc/…
- open62541
open62541 (open62541.org) is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages. The library is usable with all major compilers and provides the necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications. open62541 library is platform independent. All platform-specific functionality is implemented via exchangeable plugins. Plugin implementations are provided for the major operating systems.
- Star: 2k
- License: Mozilla Public License v2.0 (MPLv2), CC0-1.0
- 地址: github.com/open62541/o…
- libhv
比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
- Start: 1.2k
- License: BSD-3-Clause license
- 地址: github.com/ithewei/lib…
- ThreadPool
A simple C++11 Thread Pool implementation, 仅一个头文件即可实现C++线程池
- Star: 7.8k
- License: Zlib license
- 地址: github.com/progschj/Th…
- 源码阅读解析:juejin.cn/post/740427…