#edge
3 snippets tagged with #edge
typescriptintermediate
Edge Middleware Geolocation
Use Vercel Edge geolocation headers to personalize content based on the visitor's country and city.
#edge#geolocation
typescriptadvanced
Streaming API Response
Stream long-running API responses using ReadableStream and TransformStream for real-time data delivery.
#streaming#api
typescriptadvanced
Edge Middleware Rate Limiter
Rate limit API requests at the edge using a sliding window counter with configurable thresholds.
#middleware#rate-limiting