Async-await Packages
toisu
Minimalist server framework inspired by Express and Koa, powered by promises. Ready for async-await.
apr-map
Produces a new collection of values by mapping each value in coll through the iteratee function.
apr-reduce
Reduces coll into a single value using an async iteratee to return each successive step.
apr-parallel
Run the tasks collection of functions in parallel, without waiting until the previous function has completed.
apr-find
Returns the first value in coll that passes an async truth test.
pull-awaitable
Convert a pull-stream to an Async Iterable
pull-thenable
Convert a pull-stream into a thenable
amonad
Experimental implementation of Maybe and Result monads compatible with await.
rubico
[a]synchronous functional programming
eslint-config-welly
ESLint configuration for React projects that I do. Feel free to use this!
route-async
A route-wrapper allowing use of async / await syntax in Express route controllers
wrappitmq
Simplified AMQP 0-9-1 es7 library offering a quick start into RabbitMQ based IPC.
apr-intercept
Intercepts errors, the Go way!
pg-async
PostgreSQL client for node.js designed for usage with ES7 async/await based on node-postgres (pg) module
pull-drain-gently
Like pull.drain, but respects CPU load
apr-for-each
Applies the function iteratee to each item in coll, in parallel.
apr-main
Catches a promise error, writes the stacktrace to stderr and exists
twitter-auth-await
Twitter auth library for async/await users
chai-wait-for
Drop-in replacement for expect that waits for the assertion to succeed (retries on an interval you choose, until a timeout you choose)