Process Flow - Why Edge Functions handle server-side logic
Client sends request
Edge Function receives request
Edge Function runs server-side logic
Edge Function accesses database or APIs
Edge Function processes data
Edge Function sends response back to client
The client sends a request that the Edge Function receives and runs server-side logic on. It can access databases or APIs, process data, and then send a response back to the client.