Skip to content
Dashboard

Streaming for Serverless Node.js and Edge Runtimes with Vercel Functions

Staff Developer Advocate

Link to headingHTTP Streaming

Network and main thread activity for a non-streaming HTTP request
Network and main thread activity for a non-streaming HTTP request
Network and main thread activity for a streaming HTTP request
Network and main thread activity for a streaming HTTP request

Link to headingStreaming on Vercel

Request flows through Edge Location to Vercel’s Serverless Function Invocation Service. This forwards the request to the Lambda with the callback URL, which the bridge uses to establish a secure socket connection.
Request flows through Edge Location to Vercel’s Serverless Function Invocation Service. This forwards the request to the Lambda with the callback URL, which the bridge uses to establish a secure socket connection.