CMD + K

azure-messaging-webpubsubclient

Community

Microsoft Azure WebPubSub Client Library for Python

Installation

To install this package, run one of the following:

Conda
$conda install microsoft::azure-messaging-webpubsubclient

Usage Tracking

2025.12.01
2025.09.01
2025.06.01
2025.03.01
2024.12.01
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Azure Web PubSub is a cloud service that helps developers easily build real-time features in web applications with publish-subscribe patterns at scale. Any scenario that requires real-time messaging between server and clients or among clients following publish-subscribe patterns can benefit from using Web PubSub. Developers no longer need to poll the server by sending repeated HTTP requests at intervals, which is wasteful and hard-to-scale. As shown in the diagram below, your clients establish WebSocket connections with your Web PubSub resource. This client library:

- simplifies managing client connections
- simplifies sending messages among clients
- automatically retries after unintended drops of client connection
- reliably deliveries messages in number and in order after recovering from connection drops

Please see https://aka.ms/azsdk/conda/releases/webpubsubclient for version details.

About

Summary

Microsoft Azure WebPubSub Client Library for Python

Last Updated

Dec 2, 2025 at 21:50

License

MIT

Total Downloads

77

Supported Platforms

noarch