September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you saw how to put web applications into a form so that they can be installed on a server. With Docker and Docker Compose, you have become acquainted with two tools that make your work easier in this regard and are part of every full stack developer’s toolbox.
The following list summarizes the most important points:
For a web application to be accessible to users over the internet, it must be hosted on a (hosting) server. On the one hand, you need web space and on the other hand, a domain.
Basically, there are different types of hosting:
Shared hosting: With this option, your web application shares the corresponding server with other web applications.
VPS hosting: With ...
Read now
Unlock full access