This is Absolutely great. The more I work with node.js, the more I realize the power promises bring on the table. I can change 2–3 lines of code and run an operation concurrently on a set of data(Promise.all), or run it one-by-one(reducing data on a chain of promises), or even do the sequentially on batches of a particular size, and work through those batches sequentially.
With all this, I often felt it’d be great if Node.js could just let go of its single-threaded nature. And here you have given us Nexus.js
Please continue the awesome work you are putting in Nexus.js. The possibilities of what’s possible with such a platform are immense.
I am in the process of building a technology company, and if all goes well. We’d probably bet very heavily on Nexus.js and develop a lot of infrastructure for it.
Cheers