Bootstrap is not a web container; a web container is a service program. There is a program that provides corresponding services on a port of the server. The web container processes requests from the client, and Bootstrap is a program used to quickly develop web applications and websites. front-end framework.
The operating environment of this tutorial: Windows 10 system, bootstrap version 5, DELL G3 computer
Bootstrap is not a web container
web container
A web container is a service program. There is a program that provides corresponding services on a port of the server, and this program processes requests from the client. For example, the Tomcat container in JAVA, ASP's IIS or PWS are all such containers. . A server can have multiple containers.
Expand your knowledge:
web container deployment scenario
There is a clear commitment in the web container deployment model that certain applications can benefit from scenarios.
Development teams need to consider creating web containerized applications or application components because web container technologies such as Docker can streamline the process. Nonetheless, web container applications require new development methods that have not yet been widely adopted.
IT organizations can also choose to web containerize existing applications. Although this solution is feasible, not all applications are suitable for this operation. Most web container cluster managers rely on stateless containers, meaning that if a web container on server X dies, you can start a new web container on server Y. This is unacceptable for normal applications unless the web container is specially designed to dynamically scale out.
While it's too early to tell IT staff whether web container administrators will be added to the data center, it looks like this responsibility may be sucked into existing jobs. Developers play a very important role in web container deployment. Existing infrastructure support teams can handle deployment and management. On the other hand, web container clusters are a new concept to most IT organizations and may require scaling with different teams or members.
Bootstrap
Bootstrap is a front-end framework for rapid development of web applications and websites. Bootstrap is based on HTML, CSS, and JAVASCRIPT.
Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. Bootstrap has been very popular since its launch and has been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company) Breaking News. [1] Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also performance optimized based on the Bootstrap source code. [2]
Related recommendations: bootstrap tutorial
The above is the detailed content of Bootstrap as a web container. Please pay attention to other related articles on this site for more information!