Skip to content

Files

Latest commit

47855d7 · Dec 2, 2020

History

History
This branch is 47 commits ahead of bterlson/azure-signalr-vnext-features:master.

serverless-websocket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2020
Oct 28, 2020
Nov 17, 2020

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