concept web server in category microservice
appears as: web server, web server

This is an excerpt from Manning's book Microservices Security in Action.
When the developer tools are open, go to the Network tab of the developer-tools window and click the Persist Logs button so you can observe the requests and responses exchanged by the web browser and the web server. Then type the URL http://localhost:4200 in the address bar of your browser, and press Enter. You should see the initial web page with the Load Books button as before.