Express Routing - The Beginners Guide by Jilles Soeters

added by JavaScript Kicks
10/24/2014 3:21:07 PM

170 Views

Getting started with Express is not the easiest thing to do, if you have read my previous post on Express' app.js you will have a basic understanding of a default Express app by now. If you haven't, I encourage you to read it. There is one topic that I didn't cover in that article and that is arguably the most important part of an Express app, routing.


0 comments