1.0.7 • Published 6 years ago

arturo-client v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago