Hacker News new | ask | show | jobs
by FooBarWidget 4620 days ago
libuv is like libev and libevent, but with an async API instead of a level-triggered readiness notification API. It was specifically written for Node.js because libev didn't work for them anymore at some point (e.g. limited usefulness on Windows).