|
|
|
|
|
by eldude
3693 days ago
|
|
I train enterprise node.js for a living. My recommendation is to just use songbird (which exposes the forthcoming promise API from core, built on bluebird), async/await and the async `trycatch` library so you don't have to worry about a 3rd party package's choice of asynchrony. It also comes with optional long stack traces. |
|
> Songbird adds promise to Object.prototype
Eek