Web server options and configurations
When is time to upload our application to a server, we are faced with many options, based on the type of service and web server application provided. This combination of items is usually referred to as the “hosting” server, which includes the operating system, machine configuration, architecture type, and especially, the web server software. Here is a list of some of the most common options for each category:
Operating system |
Linux or Windows |
For our Vue 3 application, this choice is inconsequential |
Hosting type |
Shared |
Our application will reside in a server in a private area of the storage but will share all the resources with other applications. Access to configuration is usually done through a web control panel |
Virtual Private... |