
001 JSJ Asynchronous Programming
JavaScript Jabber
00:00
JavaScript
Everything that you would do and see that blocks Node doesn't... all the network access, all the file access, database access. You can make non-blocking calls in C too, right? You just can't attach callbacks. It's hacker complicated, especially if you're looking for a cross-platform approach. There's libraries like Libev, which Node used to use, but it's not quite so elegant by any means.
Play episode from 23:42
Transcript


