SignalR & Android, what are my options?

Viewed 6579

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:

  1. Find a pre-existing Android SignalR library. or
  2. Write custom code to interface with the server side SignalR interface?
4 Answers
Related