What is the best and easiest way to host a node app? 4 points by ced83fra 11y ago ↗ HN I am developing it from my own computer, and would like now to put it online. What is the best hosting/service for that at the moment ?
[–] Pt_ 11y ago ↗ If you haven't looked at Heroku I would reccomend it https://www.heroku.com/You can quickly deploy a Node app with little to no system knowledge, just push a git repo to their domain and you are ready to roll
[–] Tarang 11y ago ↗ You can use nodejitsu.com or modulus.io which specialise in node apps.Alternatively you can use AWS with Elastic Beanstalk to quickly bring up a node app.
3 comments
[ 3.1 ms ] story [ 12.4 ms ] threadYou can quickly deploy a Node app with little to no system knowledge, just push a git repo to their domain and you are ready to roll
Alternatively you can use AWS with Elastic Beanstalk to quickly bring up a node app.