Reputation: 119
I have this MEAN Stack app working fine on development mode. I want to deploy it on my company's server, but the problem was all the videos about deploying MEAN apps were even on Digital Ocean, Azure or Heroku. Is there anyway I deploy my app on a server I choose ?
Upvotes: 0
Views: 1215
Reputation: 1026
The traditional web apps runs on Apache
for deploying NodeJS based app, like MEAN Stack or MERN Stack etc. its must that you have root access to the server, means you must have vps host and it wouldn't work with 'shared hosting plans',
So if you have dedicated server, then you will login to that through SSH and install Node and NPM, then you can deploy application freely.
The good new is that Godaddy is working to provide 'out-of-the-box' hosting for nodejs too, hope that's soon.
Upvotes: 1