Back to skills

azure-web-pubsub-ts

infrastructure

Azure Web PubSub skill covers both server-side management and client-side connection for real-time WebSocket messaging on Azure. It handles token generation, group membership, message broadcasting, an

Setup & Installation

npx skills add https://github.com/microsoft/azure-web-pubsub-ts --skill azure-web-pubsub-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-web-pubsub-ts
View on GitHub

What This Skill Does

Azure Web PubSub skill covers both server-side management and client-side connection for real-time WebSocket messaging on Azure. It handles token generation, group membership, message broadcasting, and event handling through the @azure/web-pubsub, @azure/web-pubsub-client, and @azure/web-pubsub-express packages. It abstracts WebSocket connection management, token signing, and group routing that you would otherwise build and maintain yourself against the raw Azure Web PubSub REST API.

When to use it

  • Working with azure web pubsub ts functionality
  • Implementing azure web pubsub ts features
  • Debugging azure web pubsub ts related issues