June 2022
Intermediate to advanced
410 pages
5h 8m
English
The Express part of the quiz application:
It serves all the client-side HTML, CSS, and JavaScript files. Eventually, users on the same game end up at the URL /game/<gameCode>/<playerName>, where the WebSocket server (see Chapter 16) takes over and controls the gameplay.
Docker starts two isolated HTTP servers and a single request could be directed to either by the Traefic load balancer. Even two requests from the same user on the same page—such as a CSS and JavaScript file—could be delivered by different servers. This is rarely ...
Read now
Unlock full access