libasyncd
Asynchronous server library
An embeddable event-driven asynchronous message server framework for C/C++
Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.
174 stars
16 watching
36 forks
Language: C
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
etcimon/libasync | A cross-platform event loop library with features like asynchronous networking, file operations, and concurrency management. | 147 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
svermeulen/nvim-lusc | A Lua-based library for structured async/ concurrency in Neovim | 13 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
zhaojh329/libuwsc | A lightweight WebSocket client library with support for SSL and Lua binding. | 289 |
dnikolovv/optional-async | Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |
facebookexperimental/libunifex | A C++ implementation of an async programming model with schedulers, timers, I/O and coroutine support for concurrent systems. | 1,486 |
darmie/linc_uv | A Haxe binding for the libuv asynchronous I/O library, enabling concurrent programming in Haxe projects. | 7 |
wolkykim/qlibc | A comprehensive C/C++ library providing data structures and algorithms. | 984 |
timmoth/asyncmonolith | Enables asynchronous messaging and task processing within .NET applications. | 52 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
dvlsg/async-csp | An implementation of Communicating Sequential Processes using ES2016's async/await syntax. | 317 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |