Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-28 | Fixing a issue with response socket being null, now using the request socket ↵ | Georges-Etienne Legendre | |
for close event watching | |||
2013-06-28 | Module dependency must be local | Georges-Etienne Legendre | |
2013-06-28 | Adjusting example | bignerd95 | |
app.get('/', function(req, res) { res.render('index.html'); }); is not needed because app.use(express.static(__dirname + '/public')); allow reading any file from /public folder | |||
2013-02-04 | Adjusting license | Georges-Etienne Legendre | |
2013-02-04 | A module version of this application, with express.js | Georges-Etienne Legendre | |