unix-seqpacket

1.0.3 • Public • Published

unix-seqpacket

Add unix domain socket sock_seqpacket support to nodejs

Install

npm install unix-seqpacket

Use

const seq = require('unix-seqpacket')
const fs = require('fs')
let sock_fd = seq.open('/some/domain/socket.sock')
let read_bytes = fs.readSync(sock_fd)

// ... also can use seq.available(sock_fd) to get the number of bytes immediately available for reading

seq.close(sock_fd);

Package Sidebar

Install

npm i unix-seqpacket

Weekly Downloads

3

Version

1.0.3

License

CC0

Unpacked Size

5.28 kB

Total Files

6

Last publish

Collaborators

  • richardah