UNIX sockets have a "killer feature" - they allow to pass file descriptors from one process to another. Seem nodejs currently does not support it, though it did a long time ago http://stackoverflow.com/questions/23172610/can-you-send-a-unix-domain-file-descriptor-over-another-unix-domain-socket-in-no. Are there plans to add full support for UNIX sockets?