I hope this is the right place to ask this.
libuv is the evented IO library that nodejs uses internally. It
is basically glue for a bunch of other libraries (libev, c-ares,
libeio and others).
https://github.com/joyent/libuv
Is there already working on a wrapper? I would very much like to
use it, because it's cross-platform, but I couldn't find it
anywhere (deimos has libev and libevent though).
I started a wrapper, but there were a couple of header files that
I couldn't find:
sys/types.h
netinet/in.h
Do these already exist?