Hi,
Here i want to know about how the connection string converted into websocket and where the hub is located. It is hosted or not if it is hosted means where it is hosted. That's connection is like signal R or different.
if it's possible means please provide me program.cs code in that extension.
Regards, Mukesh
Hi Azure Web PubSub is a Microsoft Azure based service. See the details here https://azure.microsoft.com/en-us/products/web-pubsub/
To check the code, which is based on the Web PubSub SDK you can open it with Integration Studio and Visual Studio.
Best
Stefan
can you please tell where i can find program.cs class
Robin. Why should the extension have a file called program.cs? What is your intention and what is your question? If you are unfamiliar with Azure Services and OutSystems Extensions please visit the documentation of Azure and OutSystems first.
Hi Stefan Weber,
We are implementing the Azure pub sub to create the chat component, by using pub sub i am able to establish the connection through websocket.
Could you please guide how to make the chat component to notify all front end connected client. Do we have any js library for Azure pub sub to listen events.
Thanks in Advance
Balaji
Please check out the demo application to get an idea on how to use the integration.