1.2.1 • Published 3 years ago

@lilithmod/unborn-ipc v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago