Is it possible to have this type of communication using signalR
: The two applications are not on the same machine I want the ASP.NET application sends some data to Windows application, Windows application makes some processing then sends data back to ASP.NET application.
Any ideas, how to acheive this?