Azure / azure-relay-aspnetserver

ASP.NET Core Hosting for Azure Relay
Other
15 stars 30 forks source link

WebSockets support #25

Closed vany0114 closed 3 years ago

vany0114 commented 4 years ago

Hi guys,

Do you have an ETA for WebSockets support, is that in the roadmap?

dlstucki commented 3 years ago

Azure Relay HybridConnections already have a mechanism for remoting websockets. Can you clarify your scenario?

Protocol: https://docs.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-protocol Library: https://github.com/Azure/azure-relay-dotnet

vany0114 commented 3 years ago

Hmmm honestly I don't remember, this was almost a year ago, my bad for open an issue so vaguely. I remember I had an issue with windows 7, but I was able to build a .net core app and use Event Grid + Azure Relay to do what I needed.