Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Async

Async

363 projects

Showing 36 of 363 projects

ABCI-RS
ABCI-RSRust

A Rust crate for building ABCI applications to interface with Tendermint consensus engines.

#abci#distributed-systems#async
Stars31
Forks6
Last commit3 years ago
micropython-captiveportal
micropython-captiveportalPython

A minimal async captive portal for MicroPython that creates WiFi access points with automatic web redirection.

#iot#micropython#esp32
Stars30
Forks3
Last commit5 years ago
mix.nvim
mix.nvimLua

A Neovim plugin that provides a wrapper for Mix (Elixir) commands with autocompletion and async execution.

#autocompletion#elixir#editor-integration
Stars28
Forks1
Last commit4 years ago
ctxutil
ctxutilGo

A Go library providing utility functions for working with contexts, including signal handling and value composition.

#http-server#functions#signal
Stars26
Forks4
Last commit6 years ago
Vert.x CronUtils
Vert.x CronUtilsJava

An abstraction of cron-utils for the vertx scheduler

#async#timer#timeout
Stars26
Forks5
Last commit21 days ago
slick
slickRust

A fast, asynchronous ZSH prompt written in Rust with real-time git status and environment detection.

#dev-environment#async#terminal
Stars25
Forks1
Last commit11 days ago
Vert.x GraphQL Utils
Vert.x GraphQL UtilsJava

Helper classes for building GraphQL HTTP servers with Vert.x, integrating graphql-java async execution.

#http-server#data-fetching#api
Stars25
Forks1
Last commit8 years ago
gufo_snmp
gufo_snmpRust

A high-performance Python SNMP client library with async and synchronous APIs, implemented in Rust for speed.

#pypi#high-performance#gufo
Stars24
Forks4
Last commit4 months ago
persistent-scheduler
persistent-schedulerRust

A high-performance Rust task scheduler with persistence, repeatable tasks, and Cron-based scheduling.

#task-scheduler#job-scheduler#async
Stars24
Forks4
Last commit1 year ago
thimble
thimblePython

A tiny Flask-like web framework for MicroPython, designed to run on microcontrollers.

#iot#flask-inspired#micropython
Stars22
Forks2
Last commit27 days ago
RxFlow
RxFlowC#

A .NET library for reactive flow control using Rx (Reactive Extensions) with junction and distribution patterns.

#reactive-extensions#rx#data-flow
Stars22
Forks4
Last commit11 years ago
Botanica
BotanicaRust

A production-ready botanical database with type-safe taxonomic management, cultivation tracking, and optional AI-powered plant insights.

#database#botanical-classification#conservation
Stars20
Forks4
Last commit2 days ago
async
asyncGo

An async/await-like task package for Go providing structured concurrency with wait, timeout, and cancellation support.

#async-await#go-generics#async
Stars17
Forks2
Last commit1 year ago
dynatomic
dynatomicGo

A Go library for using DynamoDB as a fast and reliable atomic counter.

#database#batch-processing#counter
Stars17
Forks3
Last commit5 years ago
nvim-lusc
nvim-luscLua

A Lua library bringing structured concurrency to Neovim, inspired by Python's Trio API.

#trio-inspired#async-programming#vim
Stars16
Forks0
Last commit2 years ago
chrome-ribbon-reminder
chrome-ribbon-reminderTypeScript

A Chrome extension for managing tasks with a visual badge counter that updates directly from the browser toolbar.

#vue-js#bootstrap4#open-source
Stars14
Forks4
Last commit1 year ago
sprom
spromJavaScript

Convert Node.js streams into promises for easier asynchronous stream handling.

#buffering#async#promises
Stars14
Forks0
Last commit8 years ago
Grooveex
GrooveexGroovy

A Groovy extension module for Vert.x that adds syntactic sugar and a DSL for more idiomatic Groovy APIs.

#event-driven#async-programming#dsl
Stars14
Forks1
Last commit10 years ago
FSharp.Data.Tdms
FSharp.Data.TdmsF#

A .NET library for reading TDMS 2.0 files with type-safe F# type provider and C# API support.

#typeprovider#type-provider#scientific-data
Stars13
Forks3
Last commit3 years ago
lithium-angular
lithium-angularTypeScript

Utilities for reactive state management and event handling in Angular components, enabling zoneless change detection.

#change-detection#async#ngx
Stars13
Forks1
Last commit3 months ago
FastLZMA2NET
FastLZMA2NETC#

A .NET wrapper for the Fast LZMA2 compression algorithm providing high-performance compression and decompression of byte streams.

#nuget#high-performance#wrapper-library
Stars13
Forks1
Last commit4 months ago
Vert.x Async
Vert.x AsyncJava

A port of caolan/async to Vert.x, providing helper methods for common asynchronous patterns in Java.

#functional-programming#library#async-programming
Stars12
Forks1
Last commit4 years ago
async-job
async-jobGo

A lightweight asynchronous job manager for Go with configurable workers, progress tracking, and error handling.

#queue#progress-tracking#async
Stars12
Forks0
Last commit4 years ago
goprompt
gopromptGo

A truly asynchronous ZSH/FISH shell prompt using ZLE file descriptor handlers to eliminate lag, even in large Git monorepos.

#shell-optimization#async#terminal
Stars11
Forks0
Last commit1 year ago
pipenv.nvim
pipenv.nvimLua

A Neovim plugin for asynchronous Pipenv environment management directly within the editor.

#pipenv#editor-integration#nvim-lua-plugin
Stars8
Forks1
Last commit9 days ago
autopool
autopoolGo

A zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

#retry-logic#goroutine-management#high-performance
Stars6
Forks0
Last commit1 month ago
ts-fp-di
ts-fp-diTypeScript

A tiny TypeScript functional dependency injection library based on AsyncLocalStorage for Node.js and Deno.

#local#injection#functional-programming
Stars5
Forks1
Last commit1 year ago
pure-agnoster
pure-agnosterShell

A hybrid ZSH prompt combining the visual style of Agnoster with the async functionality of Pure.

#developer-tools#async#zsh-prompt
Stars4
Forks1
Last commit6 years ago
through2-map-promise
through2-map-promiseJavaScript

A promise-based wrapper for through2 that enables asynchronous mapping over Node.js streams.

#transform-stream#through2#async
Stars3
Forks0
Last commit8 years ago
purescript-queue
purescript-queuePureScript

A PureScript library providing queue data types for pub/sub messaging, asynchronous communication, and decoupled function invocation.

#functional-programming#queue#handler
Stars3
Forks0
Last commit6 years ago
Vert.x TFTP Client
Vert.x TFTP ClientJava

A simple asynchronous TFTP client implementation for Vert.x v3, enabling file uploads and downloads from remote TFTP servers.

#java-library#async#tftp
Stars3
Forks0
Last commit5 years ago
promise-nodeify
promise-nodeifyJavaScript

A utility to call a Node-style callback with the resolution value or rejection cause of a Promise, avoiding common pitfalls.

#nodeify#callbacks#async
Stars2
Forks0
Last commit18 days ago
klubok
klubokTypeScript

A TypeScript library for do-notation pipelines with automatic context passing and easy mocking for unit testing.

#functional-programming#context-passing#unit-testing
Stars2
Forks0
Last commit5 months ago
ssfprompt
ssfpromptShell

A minimal, one-line Zsh prompt with asynchronous VCS status display on the right side.

#shell-prompt#starship#vcs-status
Stars2
Forks0
Last commit26 days ago
winline
winlineShell

An async version of Greg Hurrell's zsh prompt with a concise left-hand prompt and extended right-hand git status.

#developer-tools#async#terminal
Stars1
Forks0
Last commit1 year ago
async-modal-ngx
async-modal-ngxTypeScript

An Angular modal library that allows asynchronous waiting for user actions and receiving return data.

#async-await#promise-based#async
Stars1
Forks0
Last commit7 months ago
PreviousPage 10 of 11Next

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
#Python52
#Dotnet41
#Javascript34
#Asynchronous33
#High Performance32
#Performance30
#Async Await28
#Asyncio24
#Nodejs24
#Csharp24