Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

async/await

In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.

https://github.com/python-trio/trio

Trio – a friendly Python library for async concurrency and I/O

async async-await io networking python structured-concurrency trio

Last synced: 28 Oct 2024

https://github.com/async-rs/async-std

Async version of the Rust standard library

async async-await async-rust async-std rust

Last synced: 29 Oct 2024

https://github.com/StephenCleary/AsyncEx

A helper library for async/await.

async async-await asyncex await c-sharp task

Last synced: 27 Oct 2024

https://github.com/stephencleary/asyncex

A helper library for async/await.

async async-await asyncex await c-sharp task

Last synced: 12 Oct 2024

https://github.com/lewissbaker/cppcoro

A library of C++ coroutine abstractions for the coroutines TS

async async-await asynchronous-programming asyncio clang coroutines coroutines-ts cplusplus cpp linux msvc windows

Last synced: 15 Oct 2024

https://github.com/async-graphql/async-graphql

A GraphQL server library implemented in Rust

async-await graphql hacktoberfest rust rust-crate rust-lang server

Last synced: 28 Oct 2024

https://github.com/scopsy/await-to-js

Async await wrapper for easy error handling without try-catch

async async-await es2017 try-catch

Last synced: 14 Oct 2024

https://github.com/actionhero/actionhero

Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

actionhero api api-server async-await cluster delayed-jobs delayed-tasks framework frameworks http https javascript nodejs server socket-client tcp ts typescript websocket

Last synced: 29 Oct 2024

https://github.com/ladjs/lad

Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.

api async-await ava aws boilerplate bootstrap cloudfront framework javascript koa mongodb mongoose mvc nodejs passport prettier react-native redis s3 xo

Last synced: 13 Oct 2024

https://github.com/frontarm/async-javascript-cheatsheet

Cheatsheet for promises and async/await.

async-await cheatsheet javascript promises

Last synced: 14 Oct 2024

https://github.com/getify/asynquence

Asynchronous flow control (promises, generators, observables, CSP, etc)

async async-await async-programming csp flow-control generators javascript library observables promises streams

Last synced: 25 Sep 2024

https://github.com/agronholm/anyio

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio

async-await asyncio curio trio

Last synced: 29 Oct 2024

https://github.com/restatedev/restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.

async-await cli consistent-state distributed-systems durable-execution event-driven microservices reliable-communication serverless workflow-engine

Last synced: 04 Nov 2024

https://github.com/electronicarts/ea-async

EA Async implements async-await methods in the JVM.

async async-await asynchronous concurrency ea-async java jvm

Last synced: 13 Oct 2024

https://github.com/freshos/then

:clapper: Tame async code with battle-tested promises

async async-await freshos future ios micro-framework promise swift task

Last synced: 07 Nov 2024

https://github.com/freshOS/then

:clapper: Tame async code with battle-tested promises

async async-await freshos future ios micro-framework promise swift task

Last synced: 13 Aug 2024

https://github.com/freshOS/Then

:clapper: Tame async code with battle-tested promises

async async-await freshos future ios micro-framework promise swift task

Last synced: 09 Aug 2024

https://github.com/lensh/vue-qq

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions

async-await axios css3 es6 es7 es8 express html5 koa2 mysql node socket-io vue-router vue2 vuex webpack2

Last synced: 11 Oct 2024

https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton

This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp

api async-await chai eslint express front-end javascript jwt jwt-authentication mocha mongodb mongoose mvp node nodejs postman redis rest testing token

Last synced: 10 Oct 2024

https://github.com/mike-works/typescript-fundamentals

Mike North's 2018 TypeScript Fundamentals Course

async-await course javascript typescript

Last synced: 31 Oct 2024

https://github.com/asfktz/Awaity.js

A functional, lightweight alternative to bluebird.js, built with async / await in mind.

async-await functional promise-library utility-library

Last synced: 02 Aug 2024

https://github.com/patrickjuchli/basic-ftp

FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.

async-await ftp ftps ipv6 nodejs promise tls typescript

Last synced: 28 Oct 2024

https://github.com/aio-libs/aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application

async-await asyncio mypy uvloop

Last synced: 08 Nov 2024

https://github.com/landelare/ue5coro

A C++20 coroutine plugin, offering seamless integration with Unreal Engine 5.

async-await coroutines cpp unreal-engine

Last synced: 06 Nov 2024

https://github.com/FeatherCMS/feather

Feather is a modern Swift-based content management system powered by Vapor 4.

api async-await blogging cms engine feather framework journalism publishing swift swift-5 swift-5-5 swift-html vapor-4 web

Last synced: 05 Aug 2024

https://github.com/mitranim/posterus

Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.

abortable async async-await cancelable composable coroutine future promise scheduling

Last synced: 03 Aug 2024

https://github.com/thunks/thunks

A small and magical composer for all JavaScript asynchronous.

async-await asynchronous callback generator promise thunk

Last synced: 30 Oct 2024

https://github.com/garronej/evt

💧EventEmitter's typesafe replacement

async-await browser deno eventemitter node nodejs promise react-native typescript

Last synced: 13 Oct 2024

https://github.com/cjrh/aiorun

A "run" function for asyncio-based apps that does all the boilerplate.

async async-await asynchronous asynchronous-tasks asyncio asyncio-python

Last synced: 30 Oct 2024

https://github.com/swhitty/FlyingFox

Lightweight, HTTP server written in Swift using async/await.

async async-await asyncio http networking nio server server-side-swift swift web web-server

Last synced: 05 Aug 2024

https://github.com/express-promise-router/express-promise-router

A lightweight wrapper for Express 4's Router that allows middleware to return promises

async-await express javascript promise

Last synced: 02 Aug 2024

https://github.com/status-im/nim-chronos

Chronos - An efficient library for asynchronous programming

async async-await asynchronous-programming nim nim-language

Last synced: 03 Aug 2024

https://github.com/toniov/p-iteration

Utilities that make array iteration easy when using async/await or Promises

array array-iteration array-methods async async-await async-functions await es2017 promise

Last synced: 27 Oct 2024

https://github.com/Hexilee/async-io-demo

demo for rust asynchronous io: from mio to stackless coroutine

async-await asynchronous coroutine rust

Last synced: 09 Aug 2024

https://github.com/hexilee/async-io-demo

demo for rust asynchronous io: from mio to stackless coroutine

async-await asynchronous coroutine rust

Last synced: 31 Oct 2024

https://github.com/talkpython/web-applications-with-fastapi-course

Demo code and other handouts for students of our FastAPI Web Apps course.

async-await asyncio fastapi html sqlalchemy sqlalchemy-orm static webapp website

Last synced: 06 Nov 2024

https://github.com/heestand-xyz/AsyncGraphics

Edit images and video with Swift concurrency, powered by Metal.

async-await image-processing swift

Last synced: 06 Nov 2024

https://github.com/Restioson/xtra

🎭 A tiny actor framework

actor-model async async-await asynchronous rust safe tiny

Last synced: 04 Nov 2024

https://github.com/restioson/xtra

🎭 A tiny actor framework

actor-model async async-await asynchronous rust safe tiny

Last synced: 15 Oct 2024

https://github.com/rauldeheer/use-async-effect

:running: Asynchronous side effects, without the nonsense

async async-await await hooks react react-native reactjs use-async-effect useeffect

Last synced: 04 Aug 2024

https://github.com/kiok46/duckduckgo

DuckDuckGo App built in React-Native (Unofficial)

android async-await duckduckgo ios react-native react-navigation redux redux-thunk

Last synced: 29 Oct 2024

https://github.com/aio-libs/aioodbc

aioodbc - is a library for accessing a ODBC databases from the asyncio

async-await asyncio hacktoberfest mysql odbc oracle postgresql sqlite

Last synced: 30 Oct 2024

https://github.com/RazerM/sqlalchemy_aio

Asyncio strategy for SQLAlchemy.

async async-await asyncio python sqlalchemy

Last synced: 03 Aug 2024

https://github.com/razerm/sqlalchemy_aio

Asyncio strategy for SQLAlchemy.

async async-await asyncio python sqlalchemy

Last synced: 30 Oct 2024

https://github.com/xobotyi/await-of

await wrapper for easier errors handling without try-catch

async async-await await browser error-handling node promise try-catch wrapper

Last synced: 28 Oct 2024

https://github.com/zaaack/foy

A simple, light-weight, type-friendly and modern task runner for general purpose.

async-await build-scripts build-system build-tool cli grunt gulp jake make nodejs npm npm-scripts promise runner task-runner tasks

Last synced: 11 Oct 2024

https://github.com/goodboy/tractor

A distributed, structured concurrent runtime for Python (and friends)

actor-model async-await distributed-systems multicore-programming multiprocessing rpc streaming-data structured-concurrency trio

Last synced: 04 Aug 2024

https://github.com/mosquito/aiormq

Pure python AMQP 0.9.1 asynchronous client library

aiormq amqp amqp0-9-1 async async-await asynchronous asyncio rabbitmq rabbitmq-client rabbitmq-python

Last synced: 30 Oct 2024

https://github.com/KeithHenry/chromeExtensionAsync

Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks

async-await chrome chrome-extension

Last synced: 28 Oct 2024

https://github.com/sessionboy/sinn-server

an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/

async-await docker ejs es6 koa2 mongoose nginx nodejs restful-api

Last synced: 12 Oct 2024

https://github.com/toajs/toa

A pithy and powerful web framework.

async-await generator javascript middleware toa web-framework

Last synced: 30 Oct 2024

https://github.com/denzp/cargo-wharf

Cacheable and efficient Docker images builder for Rust

async-await buildkit docker rust

Last synced: 26 Oct 2024

https://github.com/aio-libs/aiohttp-admin

admin interface for aiohttp application http://aiohttp-admin.readthedocs.io

aiohttp async-await asyncio

Last synced: 31 Oct 2024

https://github.com/miguelgrinberg/aioflask

Flask running on asyncio!

async-await asyncio flask greenlet

Last synced: 01 Nov 2024

https://github.com/async-plus/async-plus

⛓ A chainable interface for Swift's async/await.

async async-await await chainable concurrency flatmap future futures promise promises swift swift5

Last synced: 29 Oct 2024

https://github.com/aio-libs/aiozipkin

Distributed tracing instrumentation for asyncio with zipkin

aiohttp async-await asyncio dapper distributed-tracing jaeger mypy stackdriver zipkin

Last synced: 30 Oct 2024

https://github.com/tomyitav/express-es6-starter

Starter project for creating a MVC express server with MongoDB

async-await expressjs mongodb mongoose mvc-pattern

Last synced: 06 Nov 2024

https://github.com/monobot/asyncorm

Fully Async ORM inspired in django's

async async-await asynchronous metaprogramming orm postgres python python3 sanic

Last synced: 21 Oct 2024

https://github.com/tanepiper/node-bitly

A Bit.ly library for node.js - This project is looking for a new maintainer

async-await bitly es8 nodejs url-shortener

Last synced: 01 Nov 2024

https://github.com/sessionboy/sinn

a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统

async-await babel blog docker dva es6 fetch generator koa2 linux markdown material-ui mongoose nginx nodejs react redux shell webpack3

Last synced: 11 Oct 2024

https://github.com/ygoe/AsyncTcpClient

An asynchronous variant of TcpClient and TcpListener for .NET Standard.

async async-await asynchronous dotnet dotnet-standard network networking socket tcp tcp-client tcp-server

Last synced: 03 Aug 2024

https://github.com/leoaj/react-itunes-search

:musical_note:Simple web app for itunes search with React

async-await babel es6 eslint flow itunes-search postcss react reactjs webpack2

Last synced: 11 Oct 2024

https://github.com/LeoAJ/react-iTunes-search

:musical_note:Simple web app for itunes search with React

async-await babel es6 eslint flow itunes-search postcss react reactjs webpack2

Last synced: 01 Nov 2024

https://github.com/semihokur/AsyncFixer

Advanced async/await Diagnostics and CodeFixes for C#

async-await roslyn-analyzers

Last synced: 09 Nov 2024

https://github.com/miguelgrinberg/greenletio

Asyncio integration with sync code using greenlets.

async-await asyncio greenlet

Last synced: 30 Oct 2024

https://github.com/timcassell/protopromise

Robust and efficient library for management of asynchronous operations in C#/.Net.

async async-await await callback callbacks concurrency concurrent coroutine coroutines csharp dotnet future futures parallel promise promises task tasks unity

Last synced: 29 Oct 2024

https://github.com/robertklep/top-level-await

Use `await` at your Node.js code's top level!

async-await javascript nodejs

Last synced: 07 Nov 2024

https://github.com/fawdlstty/libfv

libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client

async-await cpp20 http https ssl tcp websocket

Last synced: 07 Nov 2024

https://github.com/theangrybyrd/icedtasks

F# Cold Tasks and Cancellable Tasks

async-await dotnet dotnet-core fsharp

Last synced: 26 Oct 2024

async/await Awesome Lists
async/await Categories