I like the structure of Model View Controller (MVC) and I wanted to apply it to my Node.js projects.
I’ve written previous articles about Node using Jade Templates with Express, but I didn’t go into much details about code organization; let’s do that now.