Phoenix (One Giant Function)
Learn how Phoenix handles web requests.
We'll cover the following
To understand how Phoenix handles web requests, and therefore how LiveView handles web requests, you can think of Phoenix requests as simply one big function broken down into smaller plugs. These plugs are stitched together, one after another, as if they were in one big pipeline.
The main sections of the giant Phoenix pipeline are the endpoint, the router, and the application. You can visualize any Phoenix request with this CRC pipeline:
Get hands-on with 1400+ tech skills courses.