Do Azure Service Bus Notification Hubs work with websockets and javascript?
azure, azureservicebus
Solution
I am a Program Manager in the Service Bus team. There is no plan to support WebSockets on HTML as an output pipe for Notification Hubs. At the moment your best bet is to use SignalR, which can be scaled out using Service Bus.
What are the characteristics of Notification Hubs that make you say that it would be preferable to SignalR?
Problem
I am interested in using Azure Service Bus Notification Hubs. However, my first "client" will be a websocket based connection to a ASP.NET MVC site with Knockout. Currently, I'm trying out SignalR to push notification to the clients. However, it looks like this would be much easier if I could use SB Notification Hubs. All of the examples are Windows or iOS. Can you use Azure Service Bus Notification Hubs with WebSocket based HTML clients?