Hosting node JS

0

Does anyone know of any hosting node Js? that has Mongo database support?

And how to do a free trial without having to insert a card?

    
asked by anonymous 09.01.2016 / 17:42

1 answer

7

Very common solutions for Node + MongoDB combination are:

  • Heroku + MongoLab ( link ): Free forever with the following limitations: The heroku server off at least 6 hours a day; The MongoLab service has a space limit of 500mb
  • Jelastic Cloud : Brazilian provider Locaweb allows you to test your Jelastic service for 14 days without credit card information ( link )

Both solutions are very easy to use.

    
29.03.2016 / 20:50