I was looking for a good book about Node.js to supplement the random web tutorials I've found. But the only review on Amazon points out that this book does not cover Express 4. Too bad.
"Frequently bought together: Node.js Blueprints + Microsoft Hyper-V Cluster Design"
What? Seriously?
Last night I discovered Koa (https://github.com/koajs/koa).
I decided to try it out by making a simple JSON-serving app that deploys to Heroku, talks to an AWS Postgres database, and has a simple DB-backed session/authentication system.I pushed up my progress to https://github.com/danneu/koa-example.