connect-os-stats
v0.1.0
Published
Simply putting the status from node os into json and returning them to request.
Downloads
3
Maintainers
Readme
connect-os-stats
Simply putting the status from node os into json and returning them to request.
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