Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node JS app hosting [closed]

I am relatively new to Node JS, I've built three small application I would like to host. Is there anyone who could provide a good starting point to learn how to deploy an app to one of the many services available? So far I am astonished by the lack of support from the companies who offer this service, as well as the vast amount of problems I am running into so if anyone has any tips, please help.

like image 405
Matthew Starkey Avatar asked Oct 22 '13 12:10

Matthew Starkey


3 Answers

This is cloud platforms compatible with node.js. The most popular heroku, nodejitsu, appfog (my choice).

like image 106
zishe Avatar answered Oct 07 '22 14:10

zishe


Heroku https://www.heroku.com/

It's super easy to use and provides easy integration of mongo db

Also If in future u create ionic app , u can host them too

like image 43
Illuminati Avatar answered Oct 07 '22 14:10

Illuminati


I've been trying several of those options, and on my opinion Nodejitsu is by far the best, the thing is that is not free (just the first month). So, because of that you may wanna try Heroku (it didnt like me). Another option in beta is Cloudno.de.

like image 31
facundofarias Avatar answered Oct 07 '22 14:10

facundofarias