0.1.0 • Published 10 years ago

connect-os-stats v0.1.0

Weekly downloads
2
License
MIT License
Repository
github
Last release
10 years ago

connect-os-stats

Simply putting the status from node os into json and returning them to request.

build status

npm install connect-os-stats

Express example

var app = require('express')();

var stats = require('./index');

app.get('/stats', stats());

app.listen(3010);

This module does not have to be used with connect or express. It supports method definition (req, res); as long as res supports.

setHeader / write / end