node-unix-listen
Simple but comprehensive unix socket listening for connect servers. Beefier than app.listen(path)
because it handles errors such as a socket descripter lying around from a bad shutdown by trying to connect through that socket. It can also change the mode of the socket after setting it up successfully.
var app = unixListen = var server =
The options object is optional and mode
is the only parameter allowed. It returns the net.Server
instance of the app.
License
MIT. See LICENSE.