VanCoding / node-ancillary

A binding to the ancillary library for node.js which allows to share sockets between processes
25 stars 2 forks source link

ancillary

This module for node.js allows you to send socket objects to other node.js processes that are completely unrelated. The processes that exchange sockets can be started seperately.

build

node-gyp configure
node-gyp build

TCP

See the tcp example

License

GPL (please contact me for other licenses)