intertron-client
v1.0.2
Published
IPC for Electron
Downloads
3
Readme
Intertron Client
A client with no dependencies at all to be used with Intertron
npm install intertron-client
import IntertronClient from 'intertron-client'
const client = new Intertron()
const something = await client.call('Namespace.whateverMethod', 'arg1', 'arg2')
console.log(`This ${something} comes from Electron main process`)