socket-pair
Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716
Found 5 results for socketpair
Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716
create two connected unix sockets with the socketpair() function from POSIX
exposes the pipe2 system call for building unix pipelines/filters
Module for creating socket pair.
Module for creating socket pair.