0.0.0 • Published 12 years ago
helpchat v0.0.0
helpchat
add a good ol' undocumented chat room to your express app
npm install --save helpchatvar express = require('express'),
app = express();
app.use(require('helpchat')());
app.listen(9000);0.0.0
12 years ago