Can i use Azure sIgnalR with MVC 4.0

virenE 6 Reputation points
2020-05-21T08:12:50.94+00:00

HI i am using windows application and web application( which is developed in MVC 4.) windows application which we are treating as server and web application which we are treating as a client. For server client communication we are using SignalR, now i wanted to shift my windows application on cloud. And Client will access web application through internet(Remote access). so how communication will happen.does SinglaR support on cloud. ?
Can we use Azure SinglaR to achieve the same. or is there alternative to communicate between server application and WEB application

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,666 Reputation points Microsoft Employee
    2020-05-22T03:59:26.38+00:00

    If you intend to run your windows application as a service on a cloud service, then you can still make use of SignalR hosted in your app. Depending on your requirements, you may be able to make use of the SignalR service where load balancing is handled by Azure instead of having to handle in your windows app. I've put some links down below that you can refer to.

    Hope this helps.