Top "Signalr" questions

ASP.

SignalR integration in android studio

I use signalR lib in my project. but I was not able to compile libs of https://github.com/SignalR/…

android signalr signalr.client
Passing strongly typed Hubs in SignalR

I've just updated some SignalR references and things have changed somewhat in order to allow for generically typed Hubs Hub&…

c# asp.net signalr signalr-hub
What is SignalR's browser compatibility?

The most I've found online is in the SignalR FAQ, where it is stated that SignalR does not work in …

c# asp.net asp.net-mvc signalr browser-support
Which is better WebSocket or Long Polling in Signalr?

I want to make Asp.NET Web Chat Application and found that Signalr is best option for this. I found …

asp.net signalr long-polling
"OnDisconnected(): no suitable method found to override" - SignalR

I've been trying to implement a chat room by following the "Asp.Net SignalR Chat Room" tutorial on CodeProject (http://…

c# asp.net-mvc-5 signalr signalr-hub
How can I apply long polling technique in ASP.NET MVC?

I search a lot about polling technique but i can't find anything about how to apply this technique in asp.…

c# asp.net-mvc asp.net-mvc-4 signalr long-polling
It's possible signalR client web to connect a server on a different PC?

I have a console application who is the signalR server, on my PC. I have a html page who is …

c# signalr http-status-code-400 signalr.client
Web API / OWIN, SignalR & Authorization

I am developing a prototype of an AngularJS, Web API, SignalR application as a potential starting point for a new …

c# asp.net angularjs signalr owin
SignalR 2 does not generate /signalr/hubs

Here is the page: <script src="~/Scripts/jquery-1.10.2.min.js"></script> <script src="~/Scripts/jquery.…

asp.net-mvc signalr signalr-hub signalr.client
Is SignalR possible without jQuery?

Can TypeScript only be used to create SignalR web apps, or do we have to use jQuery? Or is there …

jquery asp.net signalr typescript