I created a fairly straight-forward node application with socket.io, but when I put it into production, I couldn’t get it to work. It was dead on arrival. After looking up a ton of examples I figured out what the problem was. (I apologize in advance if this is obvious to seasoned node developers.) Assuming everything else is running…
Tag Archives: Express
Hello World with Node, Express, and Jade
This weekend I’ve started learning the MEAN stack. In this post I will discuss how to set up a server with Node and Express, and create templates with Jade. This whole get-up looks really simple, but I’ve spent an inordinate amount of time troubleshooting and guessing at things and I hope this can help you.