Skip to content

Instantly share code, notes, and snippets.

@fernandosouza
Last active October 31, 2023 21:25
Show Gist options
  • Save fernandosouza/15ab24d11ca0225ed375 to your computer and use it in GitHub Desktop.
Save fernandosouza/15ab24d11ca0225ed375 to your computer and use it in GitHub Desktop.
Node Hosting

Hosting compatible with Node

Managed

Managed providers provide a simplified "Node Appliance" solution. Node and NPM will already be set up for you, and deploys are typically done via git push or similar method. You will have less control of your server, but everything will be set up for you.

Name Node Version Web Sockets IP/Hostname IRC Repository Free Plan Paid Plans Notes
appfog 0.4.12, 0.6.17, 0.8.14, 0.10.22 No Yes, custom domains in paid plan only appfog Free Signups suspended Yes – monthly subscriptions and enterprise support available General Availability
Baidu App Engine 0.10.21 Yes (with Port Service enabled) Yes BaiduAppEngine No CNY 0.1 / Day / Instance at least, Postpaid MySQL, MongoDB, Redis, Memcache, SSH Login, NFS, CDN and many service supported
Clever Cloud version you need Yes Yes, custom domains in paid plan only #clevercloud on irc.freenode.net Clever Cloud on github No, just a free trial Yes – pay as you go model General Availability, launch of nodejs-cloud
Cloud Foundry 0.4.12, 0.6.8, 0.8.2 No No cloudfoundry Yes - Only during beta. Beta, accepting signups
Cloudnode 0.4.12, 0.6.17, 0.8.25 Yes Yes Yes - Up to 3 VMs, 25 MB CouchDB space, 250,000 requests/month. Beta (accepting signups) - powered by Nodester
DotCloud 0.4.10 Yes Paid plan #dotcloud dotcloud Pro - $99/month, 4 services. Enterprise - Unlimited services.
Heroku 0.4.x, 0.6.x, 0.8.x, 0.10.x Yes Yes #heroku heroku Yes - 1 Dyno (512 MB Ram) $0.05/hour/dyno
Modulus 0.2.x - 0.11.x Yes Yes #modulus OnModulus $15 free credits $0.02/hour per instance Live on AWS
Nodejitsu 0.4.12, 0.6.x, 0.8.x, 0.10.x Yes Yes #nodejitsu nodejitsu 30 days sandbox Yes now with Joyent
JSApp.US No node-host Open signup, web editing/npm command
Node Ninja(JP) 0.6.11 Yes Yes Yes In Private Beta
NAE(CN) 0.6.2 Yes Just allow *.cnodejs.net or custom domain Yes - You can create 10 apps. And you can request a MongoDB for every app. Open (with invite)
OpenShift 0.6.20 or any other Yes (preview) Yes #openshift openshift Yes Open
Pogoapp 0.6.x, 0.8.x, 0.10.x Yes Yes #pogoapp pogoapp Yes - Trial Paid Beta Private Beta
RoseHosting 0.6+ Yes Yes Yes - Fully Managed VPS Hosting Plans - 24×7 EPIC Support
Windows Azure 0.6+ Yes (Worker Role) Yes Azure-Sdk-for-Node 3 month free trial 10 free web sites forever Yes

Empty cells mean we weren't sure what to put there.

##Self-Managed Preconfigured

"Node Appliance" solution where Node and NPM are already set up for you, and deploys are typically done via git push or similar method. You will have complete control over and responsibility for your servers, but everything will be set up for you.

Name Node Version Web Sockets IP/Hostname IRC Repository Free Plan Paid Plans Notes
Cure 0.6.2 Yes Yes Yes - One week trial. (Up to 1GB outgoing b/w, $0.18 per GB after.) $12.95/month per server. Uses Rackspace rather than Amazon EC2
Joyent 0.10.21 yes yes Yes - Free trial available Plans starting from $0.008/hour, up to $2.56/hour, depending on instance size Custom SmartOS template, running on the Joyent Public Cloud

Self-Managed

VPS providers, which often require you to set everything up yourself, including the operating system.

DIY Platforms

Node.JS hosting platforms that allow you to host Node.JS apps on your own servers or clouds.

  • Nodester - Open source Node.JS hosting platform and services
  • CloudFoundry - Open source PaaS with support for NodeJS
  • OpenShift - Open source polyglot PaaS with native support for Node.js
  • Raft - Open source PaaS built on Node.js Looing for please to help out with the project.
  • Nodejitsu
  • Stagecoach - Simple staging and production deployment with node-http-proxy and forever; good for deploying many node apps and non-node sites to one VPS
  • awsbox - A featherweight PaaS on top of Amazon EC2 for deploying node apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment