In this tutorial, I will show you how to easily a host Node.js server on Heroku, my preferred hosting service for my backend applications. I specifically like Heroku because it allows for easy CI/CD directly from a git repository and the command line, and also provides free HTTPS. Prerequisites: basic…