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