Azure SignalR Service/Azure WebApp (NodeJS) Integration

Gaurav Mantri 11 Reputation points
2020-04-30T14:28:39.19+00:00

I have a NodeJS application that is hosted in an Azure WebApp. I am interested in integrating Azure SignalR Service with this WebApp. I am wondering if it is possible to do so?

All the documentation/samples I have seen talk about integrating Azure SignalR Service with a WebApp running .Net Core.

Thanks

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,922 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,981 Reputation points Microsoft Employee
    2020-04-30T16:43:29.703+00:00

    It is possible. The documentation you're looking for is https://learn.microsoft.com/en-us/aspnet/core/signalr/javascript-client?view=aspnetcore-3.1. You can add @microsoft/signalr npm package or use cloudfare cdn. There's sample code in the code.

    EDIT: I'm afraid this is not possible it is not possible to run Azure SignalR Service inside a NodeJS server app.