Adventures in Express Part 2: Static File Websites This is a continuation from Adventures in Express Part 1. In this post, I'll go over setting up a simple express server to serve up a static file website. This works great if you want to host a blog ...
Adventures in Express I've recently had the pleasure to begin playwith express, and I'm very impressed with its simplicity and the ease with which extra functionality may be added using middleware. I've created some fairly complicated APIs, both REST...