Login to follow
AzureWebPubSub

AzureWebPubSub (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 12 October 2025 by Nash Muylle
AzureWebPubSub

AzureWebPubSub (ODC)

Details
Detailed Description

The Azure Web PubSub Connector enables OutSystems developers to easily integrate real-time, bidirectional communication capabilities into their applications using Microsoft Azure Web PubSub Service. This external library provides a comprehensive set of server actions for managing WebSocket connections, broadcasting messages, and organizing users into groups.


Allows the creation of the safe client URL that can be called with JS as websocket.


Server-Side Messaging:The connector provides three messaging patterns to communicate with connected clients:

  • SendToAll: Broadcast messages to every client connected to the hub - ideal for system-wide notifications or updates
  • SendToUser: Send targeted messages to a specific user identified by their UserId - perfect for personalized notifications
  • SendToGroup: Distribute messages to all clients within a named group - useful for chat rooms, collaborative workspaces, or segmented broadcasts