azure-web-pubsub-ts
Azure Web PubSub skill covers both server-side management and client-side connection for real-time WebSocket messaging on Azure.
Setup & Installation
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
- Broadcasting live score updates to all connected users in a sports app
- Managing group chat rooms where users join, leave, and send messages
- Pushing server-side notifications to specific users without polling
- Handling connection authentication and role assignment at connect time
- Sending filtered messages to subsets of users using OData expressions
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
