20 Jan
2012

Taking Toddler Steps with Node.js – Express Routing

In the previous post I provided a short introduction to Express, a web development framework built on top of connect that is heavily inspired by Sinatra. For this post we?ll dive into a couple of styles for dealing with routes in Express. Express simply uses HTTP verbs for its routing API. // Index app.get(‘/runs’, function(request, […]

Read More