Skip to content
inetGeek

Best hosting for Node.js

7 providers on this site publish their own Node.js documentation. Every row below links to the guide it came from.

JavaScript runtime used to run servers and build tooling outside the browser.

01.

Where you can deploy it.

Ordered by how the provider documents it — a dedicated guide first, a generic path second. There is no score: the ordering is the evidence.

ProviderDocumentedDeploymentEntry paid planFit
Fly.ioDedicated guideDockerNot documentedNode.js on Fly.io
HerokuDedicated guideGit · Docker$5 per month (Eco dynos plan, 1000 dyno hours shared across the account)Node.js on Heroku
RailwayDedicated guideGit · Docker$5 / month (Hobby)Node.js on Railway
RenderDedicated guideGit · DockerNot documentedNode.js on Render
AWS AmplifyGeneric pathGitNot documentedNode.js on AWS Amplify
NetlifyGeneric pathGit$9/month for 1,000 credits/monthNode.js on Netlify
VercelGeneric pathGit$20 per developer seat / month (Pro)Node.js on Vercel
02.

The detail.

Runs Docker images as lightweight VMs in chosen regions, billed on provisioned resources rather than plan tiers.

Sources (1) →

Managed application platform that runs apps in containers called dynos, deployed from Git or Docker images, with add-on services such as Heroku Postgres.

Sources (1) →

Application platform that builds services from a repository or Dockerfile and bills plan fees that include usage credits.

Sources (1) →

Managed cloud platform that builds and runs web services, background workers, static sites and databases from Git repositories or Docker images.

Sources (1) →

AWS service for hosting full-stack web applications with a Git-based continuous deployment workflow, server-side rendering support, and delivery via the AWS content delivery network.

Sources (1) →

Platform for building and deploying web projects from Git to a global CDN, with serverless and edge functions.

Sources (1) →
  • Express on Netlify | Netlify Docs ↗

    “Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Limited: Node.js is documented only through this Express framework guide — there is no general Node.js server deployment guide in the framework setup guides index.”

    Read 2026-09-05 · official docs

Frontend cloud platform for modern web applications, with Git-driven deployments and a framework-aware CDN.

Sources (1) →
  • Using the Node.js Runtime with Vercel Functions ↗

    “Use the Node.js runtime to deploy Node.js HTTP servers or Vercel Functions written in JavaScript or TypeScript. Limited: documented only via the generic Node.js function runtime reference — Vercel publishes no dedicated Node.js app deployment guide (only per-framework guides such as Express).”

    Read 2026-09-05 · official docs