Solution Idea
If you'd like to see us expand this article with more information, implementation details, pricing guidance, or code examples, let us know with GitHub Feedback!
Simplify one-to-many real-time communication and updates using serverless code.
Architecture
Download an SVG of this architecture.
Data Flow
- Client pulls web app content from blob storage
- Web app receives SignalR token and endpoint
- User connects to web app
- Connection triggers database event via Functions
- Functions pushes data to SignalR Service
- …which in turn pushes data to client