Implements real-time, WebSocket-based messaging and live notifications using the Azure Web PubSub SDK for Java.
This skill enables Claude to architect and implement real-time communication features in Java applications using Azure Web PubSub. It provides comprehensive patterns for managing WebSocket connections, organizing users into groups, broadcasting messages, and securing client access with tokens. Whether you're building a chat application, a live dashboard, or a collaborative tool, this skill guides the implementation of both synchronous and asynchronous messaging workflows using production-ready best practices for Azure's managed service.
主要功能
0131,721 GitHub stars
02Manage WebSocket connections and logical user hubs
03Broadcast messages to all clients, specific users, or filtered groups
04Generate secure client access tokens with granular permissions and roles
05Implement group-based message isolation and lifecycle management
06Support for both synchronous and asynchronous Reactive messaging patterns
使用场景
01Building real-time chat or collaborative editing applications
02Securing WebSocket backends with Azure Identity and scoped access tokens
03Implementing live status dashboards and push notification systems