unix-socket-address
v0.0.1
Published
Unix domain socket address instances
Downloads
11
Readme
unix-socket-address
Runtime agnostic core Unix Socket IpAddr class base on Rust implementation.
Installation
npm i unix-socket-addressExamples
const socketAddress = new SocketAddrUnix('/tmp/app.sock');
const windowsNamedPipeAddress = new SocketAddrUnix('\\\\.\\pipe\\app');
server.listen(socketAddress.asNodeListenerOptions())