Azure Web PubSub

Azure Web PubSub is a service that enables you to build real-time messaging web applications using WebSockets and the publish-subscribe pattern. Any platform supporting WebSocket APIs can connect to the service easily, for example. web pages, mobile applications, edge devices, and so on. The service manages the WebSocket connections for you and allows up to 100K concurrent connections. It provides powerful APIs for you to manage these clients and deliver real-time messages.

Control plane

Control plane REST APIs enable you to manage the service and its subresources.

Data plane

Data plane REST APIs enable you to manage the WebSocket connections connected to the service.

Operation Group Description
Service Status Provides operations to check the service status
Hub Operations Provides operations to manage the connections and send messages to them.

See Also