Skip to content

Realtime

Use this category for push-style messaging and low-latency user updates. It will collect recipes for websockets and other live interaction patterns.

Category map

flowchart LR
    Client[Client] <-->|WebSocket / SignalR| Fn[Azure Function]
    Fn --> Broadcast[Broadcast / push updates]
    Broadcast --> Client
Recipe Trigger Difficulty
WebSocket Proxy HTTP Intermediate