0.3.0 • Published 5 years ago

@mainframe/rpc-ipc v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

rpc-ipc

rpc-stream factory using transport-ipc.

Installation

yarn add @mainframe/rpc-ipc

Usage

import ipcRPC from '@mainframe/rpc-ipc'

const rpc = ipcRPC('/path/to/socket')

rpc.request('getUser', ['1234']).then(console.log)

API

ipcRPC()

Arguments

  1. path: string

Returns StreamRPC

License

MIT