Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinmk
4058 days ago
> What was really lost in the libevent2 -> epoll conversion was platform independence
Did you consider libuv?
1 comments
ongardie
4058 days ago
I guess the answer is no, I haven't really looked at it. Anyone have experience with it in a large-ish project outside of Node?
link
apaprocki
4058 days ago
Yes -- it is very straightforward to use and "just works". (It is also used in a similar way as found in Node in the luvit project:
https://github.com/luvit/luvit
)
link