InfrastructureModule 01
Browser
Follow the app
Cloud → server → project → browser
The last mile. Chrome or Safari downloads your packed files and draws the app on a visitor's screen.
Interactive demo
From cloud to browser
The cloud
A rented computer in a data centre that never turns off. It waits for visitors around the clock.
the cloud->your project->the live app->the browser
What makes this work
01
Download
Fetches the files from the host
02
Render
Turns them into pixels
03
Run
Executes the logic as people click
Related concepts