node-steve

0.0.1 • Public • Published

Steve

Steve is a jobs manager.

Job can run and invoke Steve procedure, example to add new job

How to install

npm install -g node-steve

or use as library

npm install node-steve

and use it in your app.js

var steve = require('node-steve');
var http = require('http');
 
var app = steve();
var server = http.createServer(app.callback());
server.listen(3000);

and then, run

node --harmony app.js

Readme

Keywords

none

Package Sidebar

Install

npm i node-steve

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • reekoheek