Comment on StratifiedJS: Javascript + structured concurrencyComments−olegp14yIf you prefer vanilla JS and are only working with Node, you should check out https://github.com/laverdet/node-fibers. I use it in my https://github.com/olegp/common-node package to address the same issues as those tackled by StratifiedJS.
Comments
If you prefer vanilla JS and are only working with Node, you should check out https://github.com/laverdet/node-fibers. I use it in my https://github.com/olegp/common-node package to address the same issues as those tackled by StratifiedJS.