1.0.7 • Published 7 years ago

arturo-client v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago