15
Views
5
Comments
[Azure Web PubSub Websocket Library] want to know about program.cs file in Azure_WebPubSub extension
azure-web-pubsub-websocket-library
Reactive icon
Forge asset by Stefan Weber

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

2021-10-09 07-57-44
Stefan Weber
 
MVP

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

UserImage.jpg
Mukesh Robin

can you please tell where i can find program.cs class

2021-10-09 07-57-44
Stefan Weber
 
MVP

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.

UserImage.jpg
Balaji Ravikumar

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

2021-10-09 07-57-44
Stefan Weber
 
MVP

Please check out the demo application to get an idea on how to use the integration. 

Stefan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.