Click here to Skip to main content
15,887,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
we are going to make an application should sends data from mobile application (xamarin-forms) to get data from console application (that will be installed on local "client" machine) using webapi hosted on (middle server), i was thinking in SignalR to make the mobile application and console application as tow users with their IDs, but SignalR doesn't callback with data or objects in the same session between mobile app and console application, is there any solution to do this ?

What I have tried:

use webapi hosted on (middle server), and use SignalR to make the mobile application and console application as tow users connected to webapi with their IDs
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900