Skip to content

THEtheChad/arturo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published