TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is the best and easiest way to host a node app?

4 pointsby ced83fraabout 10 years ago
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 ?

2 comments

Pt_about 10 years ago
If you haven&#x27;t looked at Heroku I would reccomend it <a href="https:&#x2F;&#x2F;www.heroku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.heroku.com&#x2F;</a><p>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
Tarangabout 10 years ago
You can use nodejitsu.com or modulus.io which specialise in node apps.<p>Alternatively you can use AWS with Elastic Beanstalk to quickly bring up a node app.