Live reload in one of the most wanted feature in web development. Enabling live reload feature in node.js application is pretty easy. In thios article I will tell you how to enable live reloading in node.js application.
Tag: node.js
Deploying Node.js app on Heroku
Heroku provides free cloud platform for hosting node.js apps. But deploying node.js app on Heroku is bit tricky and needs some insight. This article will tell you the simple steps to deploy your node.js app on Heroku cloud platform. You will come to know how to host static pages on Heroku. It will also tell you some troubleshooting tips to check your node.js application.