summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Collapse)Author
2013-06-28Fixing a issue with response socket being null, now using the request socket ↵Georges-Etienne Legendre
for close event watching
2013-06-28Module dependency must be localGeorges-Etienne Legendre
2013-06-28Adjusting examplebignerd95
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-04Adjusting licenseGeorges-Etienne Legendre
2013-02-04A module version of this application, with express.jsGeorges-Etienne Legendre