Hacker News new | ask | show | jobs
by spahl 5812 days ago
A lot of existing libraries, web services and other external resources make eventing more difficult since they don't provide an asynchronous way of using them.

In the case of node.js for example a lot of libraries (mysql for example) have to be wrapped or rewritten since it would block the whole event loop.