Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 609 Bytes

File metadata and controls

14 lines (10 loc) · 609 Bytes

Serverless WebSocket

Azure SignalR is able to accept direct WebSocket connection and forward every message frame to the Serverless Upstream target.

  • Azure SignalR to maintain your connections
  • Your Upstream to handle the business logic.
  • Manipulate your connections through Azure SignalR.

Check the specs here.

Demos

  • A simple demo with Azure Function and Azure SignalR Serverless WebSocket
  • An advanced chatroom with Azure Function and Azure SignalR Serverless WebSocket and Storage

Workflow