I'm developing an ASP.NET MVC app that is consumed by both by JavaScript in the browser and by a native Android app, and I wish to use SignalR. This is of course no problem in the browser, but I do not know how to interface from the Android app.
Are my only options:
- Find a pre-existing Android SignalR library. or
- Write custom code to interface with the server side SignalR interface?