Wednesday 24 July 2019

Promise-Based Alternatives to Node's Default API

I'm a big fan of promises and async/await and not a really big fan of callbacks. I know there is util.promisify and writing your own wrapper functions for things like readline that don't play nice with promisify, but that just seems excessive. Is there a library or set of libraries out there that has all the nodejs APIs already wrapped in promises?​Thanks.

Submitted July 24, 2019 at 08:44PM by Droid2Win

No comments:

Post a Comment