AI Briefing
KO

WebSocket Support Launches in Public Beta

·2026.06.22 09:00

Key point

Vercel Functions now supports WebSocket, enabling real-time bidirectional communication.

Details

Vercel Functions now supports WebSocket connections, entering public beta. This enables real-time bidirectional communication between client and server, making it possible to build interactive AI streaming, chat, and collaboration apps.

WebSocket connections run on Fluid compute, following the same limits and pricing policies as existing Function invocations. In particular, the Active CPU pricing model applies, so you're only billed for the time spent actually processing messages, not for idle time while the connection is kept alive.

You can implement this using the standard Node.js library without any additional setup, and higher-level libraries such as Socket.IO are also supported.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.