Concept Flow - Server routes (+server.js)
Client sends HTTP request
Server route matches URL
+server.js handles request
Process request logic
Send response back to client
Client receives response
This flow shows how a client request is matched to a server route in SvelteKit, handled by +server.js, and then a response is sent back.