Y
Hacker News
new
|
ask
|
show
|
jobs
by
dirtydroog
2305 days ago
As far as I'm aware, node.js is a wrapper over libuv which is a truly asynchronous socket IO library. It fakes file IO async ops with thread pools because on Linux file IO isn't async at all.