Concept Flow - Nginx as reverse proxy
Client sends request
Nginx receives request
Nginx forwards request to Express server
Express server processes request
Express sends response back to Nginx
Nginx sends response to Client
The client sends a request to Nginx, which forwards it to the Express server. Express processes it and sends the response back through Nginx to the client.