aragon / intertron-client

IPC for Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`)

About

IPC for Electron

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%