/connect-os-stats

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

Primary LanguageJavaScriptMIT LicenseMIT

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

Bitdeli Badge