Support for WebSockets would enable real-time communication features such as GraphQL subscriptions, which are increasingly common in modern applications. Subscriptions allow clients to receive live updates from the server without the need for polling, improving both performance and user experience.
This capability is essential for use cases like live dashboards, notifications, and collaborative interfaces. Enabling WebSocket connections in Litium Serverless Cloud would make it possible to fully leverage technologies such as HotChocolate and Apollo Client for real-time GraphQL APIs.