mariasql
A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library
nonblockjs
Unobtrusive (click through) UI elements in JavaScript.
qsort-async
Async/Await style quicksort implemenation in Javascript
nonblocking-array
Provides nonblocking functions of various Array methods. Unlike the standard array methods that execute array iterations in its entirety in one cycle of the event loop and may block the event loop on large arrays, these functions execute each iteration of
koroutine
Small, lightweight coroutine scheduler for node based on ES6 generators