worker-server
v0.9.2
Published
Worker server to run jobs instructed by central server
Downloads
16
Maintainers
Readme
worker-server.js
Worker server to run jobs instructed by central server
Current status
Usage
NOT READY FOR USE YET
Tests
Use npm test
to run the tests. Use npm run cover
to check coverage.
Changelog
See changelog.md
Issues
If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/worker-server/issues
Contribution
Pull requests are very welcome. Please:
- ensure all tests pass before submitting PR
- add an entry to changelog
- add tests for new features
- document new functionality/API additions in README