How to Install and Uninstall python38-azure-messaging-webpubsubservice Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "python38-azure-messaging-webpubsubservice" package

Please follow the guidance below to install python38-azure-messaging-webpubsubservice on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-azure-messaging-webpubsubservice

2. Uninstall "python38-azure-messaging-webpubsubservice" package

Please follow the instructions below to uninstall python38-azure-messaging-webpubsubservice on openSuSE Tumbleweed:

$ sudo zypper remove python38-azure-messaging-webpubsubservice

3. Information about the python38-azure-messaging-webpubsubservice package on openSuSE Tumbleweed

Information for package python38-azure-messaging-webpubsubservice:
------------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-azure-messaging-webpubsubservice
Version : 1.0.0.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 381,2 KiB
Installed : No
Status : not installed
Source package : python-azure-messaging-webpubsubservice-1.0.0.0-1.1.src
Summary : Microsoft Azure WebPubSub Service Client Library for Python
Description :
Azure Web PubSub Service 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, e.g. web pages, mobile applications, edge devices, etc. 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.
Any scenario that requires real-time publish-subscribe messaging between server and clients or among
clients, can use Azure Web PubSub service. Traditional real-time features that often require polling
from server or submitting HTTP requests, can also use Azure Web PubSub service.
We list some examples that are good to use Azure Web PubSub service:
* High frequency data updates: gaming, voting, polling, auction.
* Live dashboards and monitoring: company dashboard, financial market data, instant sales update,
multi-player game leader board, and IoT monitoring.
* Cross-platform live chat: live chat room, chat bot, on-line customer support, real-time shopping
assistant, messenger, in-game chat, and so on.
* Real-time location on map: logistic tracking, delivery status tracking, transportation status
updates, GPS apps.
* Real-time targeted ads: personalized real-time push ads and offers, interactive ads.
* Collaborative apps: coauthoring, whiteboard apps and team meeting software.
* Push instant notifications: social network, email, game, travel alert.
* Real-time broadcasting: live audio/video broadcasting, live captioning, translating,
events/news broadcasting.
* IoT and connected devices: real-time IoT metrics, remote control, real-time status,
and location tracking.
* Automation: real-time trigger from upstream events.
Use the client library to:
* Send messages to hubs and groups.
* Send messages to particular users and connections.
* Organize users and connections into groups.
* Close connections
* Grant/revoke/check permissions for an existing connection