SignalR client without jQuery?

I am writing a mobile app that is chanted by Titanium. I am using SignalR because the server is written in C #, but I need to run the signalR client in web mode over the phone. My question is if there is any SignalR client implementation that doesn't require JQuery

+3


source to share


2 answers


My question is, is there any SignalR client implementation that doesn't require JQuery

These are available Signalr clients

for different platforms:



In your question, you seem to be talking about some kind of web browser and some phones without specifying any specifics, but if this is a Windows Phone app, then Microsoft.AspNet.SignalR.Client.WP8

just for you. If it's some other platform, you will need to check the documentation to see if it has some WebSockets implementations available for it if there are no official client implementations for it.

+1


source


The simple answer is no. Not yet.



+5


source







All Articles