By using wait.for, you can call any nodejs standard async function in sequential/Sync mode, waiting for result data, without blocking node's event loop (thanks to fibers)
I'm looking for real-world node apps, to test wait.for
35 comments
Wait.for: Sequential programming for Node.js (beta) | Heykuki News