npm.io
0.11.0 • Published 6 years ago

@erebos/rpc-electron

Licence
MIT
Version
0.11.0
Deps
3
Size
2 kB
Vulns
0
Weekly
0
Stars
48

rpc-electron

rpc-stream factory using transport-electron.

Installation

yarn add @erebos/rpc-electron

Usage

import electronRPC from '@erebos/rpc-electron'

const rpc = electronRPC('optional-channel-name')

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

API

electronRPC()

Arguments

  1. channel?: ?string, defaults to rpc-message

Returns StreamRPC

License

MIT