Has Node.js/libuv been ported to Haiku?

For the record, this has nothing to do with FreeBSD network compatibility. The FreeBSD network compatibility layer is on the driver side.

It just happens that we agree with FreeBSD on the userland network stack APIs, but we could do that without using their drivers, and conversely, we could use their driver with a compatibility layer and a completely different API.

Oh, that’s what I meant, I mean since we have for example “bsd/ifaddrs.h” I was able to use the all purpose bsd (actually not freebsd specific) ifaddrs functionality.