vnykmshr

Express

tag: express all tags →
2014
2013
Node

Express middleware chains

2013.288

Route handlers don't need to be nested callbacks -- Express middleware chains turn them into a flat, readable sequence.

2012
Node

URL mapping in Redis

2012.162

Loading every product, category, and brand URL into a Redis hash at startup, and a middleware that rewrites requests before Express sees them.