@erebos/transport-ipc
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

transport-ipc

IPC transport for node as a RxJS Subject.

Installation

yarn add @erebos/transport-ipc

Usage

import ipcTransport from '@erebos/transport-ipc'

const transport = ipcTransport('/path/to/socket')

transport.subcribe(console.log)
transport.next({ hello: 'transport' })

API

ipcTransport()

Arguments

  1. path: string

Returns Rx.Subject<Object>

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @erebos/transport-ipc

Weekly Downloads

0

Version

0.10.0

License

MIT

Unpacked Size

1.76 kB

Total Files

4

Last publish

Collaborators

  • sarahwiley
  • mosic
  • howleysv
  • aclarke
  • diogoperillo
  • paul_lecam