Mobile app version of vmapp.org
Login or Join
Welton855

: Is a 'special' web hosting required for MEAN webapps? I designed some websites with HTML, jQuery and PHP. Now I want to start learning deveolpment with MEAN full stack. And the question is:

@Welton855

Posted in: #WebHosting

I designed some websites with HTML, jQuery and PHP. Now I want to start learning deveolpment with MEAN full stack. And the question is:

Is 'special' web hosting required to host MEAN webapps?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

2 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

To run MEAN stack, you need node js server and database backend will be mongodb.

Express is a framework which run on node server.
Angular js is javascript framework that run on both ( server side and client side)

To start with MEAN, have a try at REDHAT Openshift Free tiers computing cloud or try google cloud (trial )

10% popularity Vote Up Vote Down


 

@Deb1703797

MEAN means MongoDB + express + Angular + node.
Out of it, Only MongoDB is server dependent.

Rest of them are JS, for JS to work there is no special requirement from server.

To have a MEAN stack, you need mongoDB support from your hosting company.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme