API Request Race
01 / NETWORK FLOWHow it works
Animates the same data-fetching task across two architectures. REST fires 3 sequential HTTP requests to separate endpoints. each must complete before the next begins (GET /users → GET /posts → GET /comments). GraphQL sends a single POST /graphql query that resolves all three resources server-side. Packets travel along cubic bezier paths with trail effects. Built with Canvas 2D and a custom state machine.