arturo-client
v1.0.7
Published
## Installation
Downloads
6
Readme
arturo-client
Installation
$ yarn add arturo-client
Usage
const Client = require('arturo-client').default
const client = new Client(port)
client.addWorker({route: '/route', path: 'asbolute/path/to/worker'})
// returns promise
client.removeWorker({route: '/route', path: 'asbolute/path/to/worker'})
// returns promise
client.end()
// returns promise
License
MIT © Chad Elliott