Deploying the application to the cloud
Deploying an application is the process of moving the current code base to a production server. There are many options depending on our needs. There are cloud application platforms such as Heroku and Openshift that abstract all the complexity of setting up all the servers, and allow us to scale on-demand with just a few clicks. On the other hand, there are also Virtual Private Servers (VPS), which grant you access to cloud resources, and you have to set up all the servers yourself. In the first one (Platform as a Service or PaaS), we only need to worry about the application, while the platform manages the servers in the background. VPS, on the other hand, give us full access to cloud servers where we need ...
Get Web Application Development with MEAN now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.