https://github.com/featurist/ringleader
Experimental distributed job queue using node.js and websockets
https://github.com/featurist/ringleader
Last synced: about 2 months ago
JSON representation
Experimental distributed job queue using node.js and websockets
- Host: GitHub
- URL: https://github.com/featurist/ringleader
- Owner: featurist
- License: bsd-2-clause
- Created: 2013-01-31T15:57:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-30T15:36:30.000Z (over 11 years ago)
- Last Synced: 2025-01-20T11:21:41.881Z (3 months ago)
- Language: PogoScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ringleader
An experimental, distributed job queue for node.js
## How?
### Start the server on one machine
ring server 8765
### Start agents on other machines
ring agent http://server:8765
### Enqueue jobs
ring enqueue http://server:8765 echo omg
##### That's all for now
Don't go using it for anything real!