Asynchronous Open Source Projects
Browse 773 Asynchronous open source projects, ranked by GitHub stars. Find the most popular Asynchronous tools and libraries.
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Metrics details
| Stars | 32,568 |
gabime/spdlog
Fast C++ logging library.
Metrics details
| Stars | 29,209 |
libuv/libuv
Cross-platform asynchronous I/O
Metrics details
| Stars | 27,013 |
ReactiveX/RxSwift
Reactive Programming in Swift
Metrics details
| Stars | 24,645 |
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Metrics details
| Stars | 22,191 |
ktorio/ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
Metrics details
| Stars | 14,476 |
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
Metrics details
| Stars | 14,402 |
nmap/nmap
Nmap - the Network Mapper. Github mirror of official SVN repository.
Metrics details
| Stars | 13,218 |
walkor/workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
Metrics details
| Stars | 11,551 |
mozilla/nunjucks
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
Metrics details
| Stars | 8,975 |
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
Metrics details
| Stars | 8,683 |
squeaky-pl/japronto
Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
Metrics details
| Stars | 8,537 |
alibaba/transmittable-thread-local
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Metrics details
| Stars | 8,292 |
supermacro/neverthrow
Type-Safe Errors for JS & TypeScript
Metrics details
| Stars | 7,629 |
final-form/react-final-form
🏁 High performance subscription-based form state management for React
Metrics details
| Stars | 7,443 |
neuecc/UniRx
Reactive Extensions for Unity
Metrics details
| Stars | 7,331 |
mher/flower
Real-time monitor and web admin for Celery distributed task queue
Metrics details
| Stars | 7,221 |
dotnet/reactive
The Reactive Extensions for .NET
Metrics details
| Stars | 7,174 |
tokio-rs/mio
Metal I/O library for Rust.
Metrics details
| Stars | 7,049 |
marlonrichert/zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Metrics details
| Stars | 6,657 |
ratchetphp/Ratchet
Asynchronous WebSocket server
Metrics details
| Stars | 6,434 |
Shougo/deoplete.nvim
:stars: Dark powered asynchronous completion framework for neovim/Vim8
Metrics details
| Stars | 5,905 |
rust-lang/futures-rs
Zero-cost asynchronous programming in Rust
Metrics details
| Stars | 5,885 |
aiogram/aiogram
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Metrics details
| Stars | 5,795 |
lettuce-io/lettuce-core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
Metrics details
| Stars | 5,769 |
CodingDocs/springboot-guide
SpringBoot2.0+从入门到实战!
Metrics details
| Stars | 5,254 |
reactor/reactor-core
Non-Blocking Reactive Foundation for the JVM
Metrics details
| Stars | 5,229 |
huashengdun/webssh
:seedling: Web based ssh client
Metrics details
| Stars | 5,126 |
timofurrer/awesome-asyncio
A curated list of awesome Python asyncio frameworks, libraries, software and resources
Metrics details
| Stars | 5,097 |
ReactiveX/RxGo
Reactive Extensions for the Go language.
Metrics details
| Stars | 5,096 |
ReactiveX/RxPY
ReactiveX for Python
Metrics details
| Stars | 5,019 |
pyrogram/pyrogram
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Metrics details
| Stars | 4,618 |
duemunk/Async
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
Metrics details
| Stars | 4,560 |
praeclarum/sqlite-net
Simple, powerful, cross-platform SQLite client and ORM for .NET
Metrics details
| Stars | 4,451 |
amphp/amp
A non-blocking concurrency framework for PHP applications. 🐘
Metrics details
| Stars | 4,431 |
zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Metrics details
| Stars | 4,395 |
amdjs/amdjs-api
Houses the Asynchronous Module Definition API
Metrics details
| Stars | 4,297 |
IlanCosman/tide
🌊 The ultimate Fish prompt.
Metrics details
| Stars | 4,192 |
dabeaz/curio
Good Curio!
Metrics details
| Stars | 4,127 |
awaitility/awaitility
Awaitility is a small Java DSL for synchronizing asynchronous operations
Metrics details
| Stars | 4,016 |
alibaba/coobjc
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
Metrics details
| Stars | 4,014 |
BoltsFramework/Bolts-Android
Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Metrics details
| Stars | 4,007 |
hhxsv5/laravel-s
LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
Metrics details
| Stars | 3,882 |
pika/pika
Pure Python RabbitMQ/AMQP 0-9-1 client library
Metrics details
| Stars | 3,871 |
Atmosphere/atmosphere
Real-time transport layer for Java AI agents. Build once with @Agent — deliver over WebSocket, SSE, gRPC, and WebTransport/HTTP3. Talk MCP, A2A and AG-UI.
Metrics details
| Stars | 3,787 |
p-org/P
The P programming language.
Metrics details
| Stars | 3,643 |
DataDog/glommio
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
Metrics details
| Stars | 3,626 |
tildeio/rsvp.js
A lightweight library that provides tools for organizing asynchronous code
Metrics details
| Stars | 3,597 |
HowProgrammingWorks/Index
Metarhia educational program index 📖
Metrics details
| Stars | 3,535 |
cujojs/most
Ultra-high performance reactive programming
Metrics details
| Stars | 3,491 |
yyzybb537/libgo
Go-style concurrency in C++11
Metrics details
| Stars | 3,306 |
Tinche/aiofiles
File support for asyncio
Metrics details
| Stars | 3,253 |
joyent/libuv
Go to
Metrics details
| Stars | 3,249 |
socketry/falcon
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
Metrics details
| Stars | 3,019 |
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Metrics details
| Stars | 2,985 |
odygrd/quill
Asynchronous Low Latency C++ Logging Library
Metrics details
| Stars | 2,973 |
JacksonTian/eventproxy
An implementation of task/event based asynchronous pattern.
Metrics details
| Stars | 2,930 |
userver-framework/userver
Production-ready C++ Asynchronous Framework with rich functionality
Metrics details
| Stars | 2,929 |
bastion-rs/bastion
Highly-available Distributed Fault-tolerant Runtime
Metrics details
| Stars | 2,909 |
linkedin/dustjs
Asynchronous Javascript templating for the browser and server
Metrics details
| Stars | 2,904 |
