Archive for July 2021

#DevHack: Authenticate Azure Web PubSub with Azure Functions

This week, I tested out the Azure Web PubSub service, which is still in preview when writing this article. The Web PubSub service is a real-time messaging service that allows you to use the WebSockets APIs and the publish-subscribe pattern. It is excellent for collaborative applications. Documentation You can find the developer documentation at Azure Web PubSub Service - Github.

Read more
Back to top