Do you need WebSockets but don’t want the “opinionated” nature of SignalR (which requires a specific client SDK)? Azure Web PubSub allows you to use standard WebSockets with any language/client. It handles the heavy lifting of managing 100k+ connections and lets your backend server just handle the logic via webhooks or a simple SDK.
Read more →