Top 4 C++ Asyncio Projects
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
socketwrapper
Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17 that utilizes epoll and kqueue as backend.
-
WebCraft
The async runtime for C++ leveraging powerful features of C++23 built for scale, speed, and ease. (by adityarao2005)
Project mention: WebCraft: A C++ 23 async based networking library (which does not use Boost) | news.ycombinator.com | 2025-12-06I've created a networking library in C++ which works on Linux, Windows, & MacOS and made the core of it based on C++ coroutines and native asyncio from each of these platforms. Check it out: https://github.com/adityarao2005/WebCraft.
C++ Asyncio discussion
C++ Asyncio related posts
Index
What are some of the best open-source Asyncio projects in C++? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | cppcoro | 3,863 |
| 2 | Dasynq | 188 |
| 3 | socketwrapper | 41 |
| 4 | WebCraft | 8 |