coro-async
Async network library
A C++ library providing a coroutine-based approach to networking
C++ coroutine based networking library (WIP)
37 stars
5 watching
6 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
async-programmingconcurrent-programmingcoroutinescpp17network-programmingnetworking
Related projects:
Repository | Description | Stars |
---|---|---|
mfichman/coro | A modern C++ library providing an async socket I/O implementation with SSL support | 50 |
organic-code/breep | A high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details. | 141 |
me-no-dev/asynctcp | An asynchronous TCP library designed to simplify network programming on ESP32 devices with multiple connections. | 734 |
clojure/core.async | Provides facilities for asynchronous programming and communication in Clojure | 1,956 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
me-no-dev/espasynctcp | A TCP networking library for ESP8266 microcontrollers, providing an asynchronous framework for building networked applications. | 763 |
chronoxor/cppserver | An ultra fast and low latency asynchronous socket server & client C++ library with support for multiple protocols. | 1,446 |
flipcoder/kit | A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts. | 23 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
naasking/async.h | A header-only C library providing asynchronous subroutine support based on Duff's device | 712 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
cpp-netlib/cpp-netlib | A collection of network-related routines and implementations for cross-platform networking | 1,997 |
h2non/paco | A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |