1.2.1 • Published 1 year ago

@lilithmod/unborn-ipc v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Unborn IPC

A very simple typescript wrapper to create a unix/windows socket and write data.

const SOCKETFILE = '/tmp/lilith.sock'

ipcListen(SOCKETFILE, client => {
    client.on('packet', packet => {
        console.log(packet.toString())
        client.write(Buffer.from('hi', 'utf-8'))
    })
})
1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago