yortus
- Karma
- 10
- Created
- September 3, 2011 (14y ago)
- Submissions
- 0
- Show HN: Tame callback hell in Node.js applications (github.com)
-
The project is here: https://github.com/yortus/node-async-await Background: I was looking for a way to write node.js asynchronous code in a synchronous-looking style (ie like C#'s async/await). As an additional…