koush
- Karma
- 290
- Created
- December 1, 2010 (15y ago)
- Submissions
- 0
- Fixing the callback spaghetti in node.js (github.com)
node.js is a fantastic platform, but it suffers from your code quickly turning into callback spaghetti and a mess of functions. I modified the V8 parser to support the await keyword that allows C# to handle this quite…