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.
- 4 steps creating a chat in either Azure Function way or Express way.
- A fully-functional server-less chatroom with group, user and history with Azure Function and Azure Storage.
- A real-time whiteboard