Building a Scalable Promise Based NodeJS Library
How to tackle large async / await Promise based libraries

This article will discuss and demonstrate how to build a scalable promise-based NodeJS library for your apps. With the goal of supporting medium to large scale applications, libraries need to be coherent and manageable, yet be flexible and usable in your promise based execution.