Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Async

Async

361 projects

Showing 36 of 344 projects

es6-promise
es6-promiseJavaScript

A lightweight polyfill for ES6 Promises, extracted from rsvp.js, to provide native Promise support in older environments.

#polyfill#async#promises
Stars7.3k
Forks584
Last commit3 years ago
es6-promise
es6-promiseJavaScript

A lightweight polyfill for the ES6 Promise specification, extracted from rsvp.js.

#polyfill#async#promises
Stars7.3k
Forks584
Last commit3 years ago
Rx.NET
Rx.NETC#

A library for event-driven programming in .NET using a composable, declarative model with LINQ over observable sequences.

#stream-processing#event-driven#iot
Stars7.2k
Forks796
Last commit19 days ago
mio
mioRust

A fast, low-level I/O library for Rust providing non-blocking APIs and event notification for high-performance applications.

#systems-programming#non-blocking#async
Stars7.0k
Forks847
Last commit2 days ago
tracing
tracingRust

A framework for instrumenting Rust programs to collect structured, event-based diagnostic information.

#tracing#observability#rust-lang
Stars6.8k
Forks908
Last commit1 month ago
transitions
transitionsPython

A lightweight, object-oriented finite state machine implementation in Python with many extensions.

#threading#workflow#nested-states
Stars6.6k
Forks571
Last commit10 months ago
Ratchet
RatchetPHP

A PHP library for building asynchronous WebSocket servers with simple interfaces and reusable components.

#event-driven#websocket-server#composer
Stars6.4k
Forks791
Last commit1 month ago
Async Http Client
Async Http ClientJava

A high-performance, asynchronous HTTP and WebSocket client library for Java built on Netty.

#high-performance#authentication#network-library
Stars6.4k
Forks1.6k
Last commit3 days ago
Stateless
StatelessC#

A simple .NET library for creating state machines and lightweight state machine-based workflows directly in C# code.

#business-logic#library#workflow
Stars6.2k
Forks804
Last commit3 months ago
FastAPI Users
FastAPI UsersPython

A ready-to-use and customizable user management system for FastAPI applications.

#fastapi#fastapi-users#asyncio
Stars6.2k
Forks508
Last commit23 days ago
twisted
twistedPython

Event-driven networking engine written in Python.

#event-driven#async-python#http
Stars6.0k
Forks1.2k
Last commit1 day ago
juniper
juniperRust

A type-safe, blazingly fast GraphQL server library for Rust with full spec compliance and framework integrations.

#api#schema-first#graphql
Stars6.0k
Forks442
Last commit2 days ago
tortoise-orm
tortoise-ormPython

Familiar asyncio ORM for python, built with relations in mind

#orm#asyncio#async
Stars5.6k
Forks497
Last commit9 days ago
serenity
serenityRust

A Rust library for building Discord bots and applications with full API coverage and async support.

#hacktoberfest#caching#sharding
Stars5.6k
Forks664
Last commit10 days ago
Edge.js
Edge.jsC++

Edge.js enables in-process interoperability between Node.js and .NET, allowing you to call .NET from Node.js and vice versa.

#interop#csharp#async
Stars5.4k
Forks633
Last commit1 year ago
flutter_rust_bridge
flutter_rust_bridgeDart

A feature-rich, seamless binding generator for calling Rust code from Flutter/Dart and vice versa.

#dart#ffi#async
Stars5.3k
Forks407
Last commit4 days ago
webrtc
webrtcRust

An async-friendly WebRTC implementation in Rust with runtime-agnostic architecture and sans-I/O protocol core.

#data-channels#runtime-agnostic#sans-io
Stars5.1k
Forks490
Last commit1 day ago
aya/aya-rs
aya/aya-rsRust

A pure-Rust eBPF library focused on developer experience, operability, and compile-once-run-everywhere capabilities.

#systems-programming#bpf#observability
Stars4.7k
Forks452
Last commit1 day ago
Amp
AmpPHP

A non-blocking concurrency framework for PHP using fibers to write asynchronous code like synchronous code.

#futures#asynchronous-programming#amphp
Stars4.4k
Forks258
Last commit19 days ago
poem
poemRust

A full-featured, easy-to-use web framework for building high-performance applications in Rust.

#fastapi#high-performance#poem
Stars4.4k
Forks352
Last commit2 months ago
Flurl
FlurlC#

A fluent URL builder and testable HTTP client library for .NET with a modern, asynchronous API.

#nuget#rest-client#http
Stars4.4k
Forks397
Last commit1 year ago
Salvo
SalvoRust

A powerful and simple Rust web framework with full HTTP protocol support and built-in OpenAPI integration.

#http-server#api-server#async
Stars4.4k
Forks271
Last commit1 day ago
Tower
TowerRust

A library of modular and reusable components for building robust networking clients and servers in Rust.

#service-layer#client-server#async
Stars4.2k
Forks341
Last commit23 days ago
teloxide
teloxideRust

A full-featured, elegant framework for building Telegram bots in Rust.

#dialogue-management#async#bot-framework
Stars4.2k
Forks299
Last commit1 month ago
pyppeteer
pyppeteerPython

Unofficial Python port of Puppeteer for headless Chrome/Chromium browser automation.

#puppeteer#headless-chrome#async
Stars3.9k
Forks346
Last commit2 years ago
LaravelS
LaravelSPHP

An out-of-the-box adapter to run Laravel/Lumen applications on Swoole for high-performance HTTP/WebSocket servers.

#websocket-server#process#lumen
Stars3.9k
Forks465
Last commit1 month ago
FusionCache
FusionCacheC#

A fast, robust hybrid cache for .NET with advanced resiliency features like fail-safe, cache stampede protection, and multi-level caching.

#stampede#caching#cache-stampede
Stars3.8k
Forks195
Last commit1 month ago
AsyncEx
AsyncExC#

A comprehensive helper library for async/await in .NET, providing async-compatible coordination primitives like AsyncLock.

#async-await#csharp#async
Stars3.7k
Forks372
Last commit2 years ago
threads.js
threads.jsTypeScript

A library that simplifies using web workers and worker threads across Node.js, browsers, and Electron with a uniform API.

#parallel-computing#web-worker#isomorphic-javascript
Stars3.5k
Forks169
Last commit2 years ago
plenary.nvim
plenary.nvimLua

A comprehensive Lua library for Neovim providing async utilities, job control, file operations, testing, and more.

#coroutines#async#plugin-development
Stars3.5k
Forks336
Last commit3 months ago
C++ Actor Framework
C++ Actor FrameworkC++

An open-source C++ framework implementing the Actor Model for building scalable, high-performance concurrent and distributed applications.

#high-performance#distributed-systems#async
Stars3.4k
Forks573
Last commit3 days ago
mongo-csharp-driver
mongo-csharp-driverC#

The official MongoDB .NET/C# driver for connecting C# applications to MongoDB databases.

#database-driver#orm#bson
Stars3.2k
Forks1.3k
Last commit4 days ago
Gear-Lib
Gear-LibC

A portable C library collection for IoT, embedded, and network service development with multimedia support.

#c-library#iot#embedded-c
Stars3.2k
Forks867
Last commit1 year ago
NetCoreServer
NetCoreServerC#

Ultra-fast, low-latency asynchronous socket server and client library for .NET Core supporting TCP, SSL, UDP, HTTP, HTTPS, and WebSocket protocols.

#http-server#tcp#high-performance
Stars3.1k
Forks628
Last commit1 month ago
Falcon
FalconRuby

A high-performance, multi-process, multi-fiber Rack-compatible web server for Ruby with native HTTP/1, HTTP/2, and TLS support.

#http-server#deployment#web-server
Stars3.0k
Forks102
Last commit18 days ago
Quill
QuillC++

A high-performance asynchronous C++ logging library designed for low-latency, performance-critical applications.

#log-library#asynchronous-logging#high-performance
Stars3.0k
Forks266
Last commit2 days ago
PreviousPage 2 of 10Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Rust81
#Concurrency56
#Python51
#Dotnet40
#Javascript34
#Asynchronous33
#High Performance32
#Performance30
#Async Await27
#Nodejs24
#Web Framework23
#Typescript23