arturo-client

1.0.7 • Public • Published

arturo-client NPM version

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

Readme

Keywords

Package Sidebar

Install

npm i arturo-client

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

105 kB

Total Files

6

Last publish

Collaborators

  • thethechad