Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In the mean time you can use fibers with Node. I've been using them for StartHQ (http://starthq.com) via Common Node (https://github.com/olegp/common-node) and to be honest I don't see how I could have made it maintainable with promises, let alone no flow control library at all.


Agreed. Fibers are a great way to take simple synchronous-looking code and make it play well with the rest of node, without resorting to threads.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: