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
jquery signalr


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:



  • Microsoft.AspNet.SignalR.Client.JS

    (jQuery plugins for Signalr)
  • Microsoft.AspNet.SignalR.Client.Silverlight5

    (for Silverlight 5 clients)
  • Microsoft.AspNet.SignalR.Client.WP8

    (for Windows Phone 8 clients)
  • Microsoft.AspNet.SignalR.Client.WinRT

    (for WinRT clients)
  • Microsoft.AspNet.SignalR.Client

    (for .NET clients - complete framework)
  • Microsoft.AspNet.SignalR.Client45

    (for .NET 4.5 clients - full framework)

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 to share


The simple answer is no. Not yet.



+5


source to share







All Articles
Loading...
X
Show
Funny
Dev
Pics