gordonbrander + expressjs   6

ExpressJS: examples
Lots of code samples from the ExpressJS guys.
expressjs  nodejs  javascript  web  app  learn  bdw2011 
november 2011 by gordonbrander
Screenr - tjholowaychuk: Express - Route Specific Middleware
Very cool: ExpressJS allows you to pass multiple controllers/handlers to a given URL match. Where this gets interesting is as a way to hook in Middleware. You can do abstract common tasks as functions (loadUser, loadEmails, etc), assign their results to the request, and delegate to the next controller with next();
expressjs  nodejs  development  pattern  film 
november 2011 by gordonbrander
hanssonlarsson/express-csrf - GitHub
Cross-site request forgery protection for forms in EpxressJS apps. Yay!
bdw2011  expressjs  security  opensource  library  nodejs 
november 2011 by gordonbrander
schaermu/node-chat - GitHub
A simple Socket.io/Express app with authentication. May look to this as a model for auth in Refereee.
bdw2011  expressjs  nodejs  javascript  app  web  opensource 
october 2011 by gordonbrander

Copy this bookmark:



description:


tags: