socket-pair

Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716

node-pipe2

exposes the pipe2 system call for building unix pipelines/filters

unix-socketpair

create two connected unix sockets with the socketpair() function from POSIX