Two way communication between asp.net app and desktop app using SignalR -
is possible have type of communication using signalr: 2 applications not on same machine want asp.net application sends data windows application, windows application makes processing sends data asp.net application. if yes, need host signalr server in separate application or can host in asp.net application examples how acheive scenario? thanks
yes, signalr server allow 2 applications communicate each other. signalr server different application though can run on same machine asp.net app.
Comments
Post a Comment