Questions tagged [azure-web-pubsub]

The Azure Web PubSub Service helps you build real-time messaging web applications using WebSockets and the publish-subscribe pattern easily. This real-time functionality allows publishing content updates between server and connected clients (for example a single page web application or mobile application). The clients do not need to poll the latest updates or submit new HTTP requests for updates.

Documentation: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/

33 questions
0
votes
1 answer

Connecting WebSockets from browser to other applications

Presentation My application is split in 3 parts : C# .Net 5.0 desktop application that harvest and distribute data Angular 10 static application that control the C# app (start/Stop) and print the data in the form of charts for the user Azure…
0
votes
1 answer

Can we get conversation history from Azure Web PubSub

I am developing a chat window using Can we get conversation history from Azure Web PubSub. Is there a way i can get the convesation history.
0
votes
1 answer

Azure JSON subprotocol `json.webpubsub.azure.v1`to join a group fetch responses programmatically

I'm trying obtain programmatically if joining the group was successfully when using json.webpubsub.azure.v1 subprotocol to join a group with a sample. My sample JSON below, which doesn't fetch outcome success response or error response: Basically,…
AjayKumar
  • 2,812
  • 1
  • 9
  • 28
1 2
3