1.0.2 • Published 7 years ago

intertron-client v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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