Top "Signalr" questions

ASP.

SignalR Console app example

Is there a small example of a console or winform app using signalR to send a message to a .net …

c# signalr
SignalR - Sending a message to a specific user using (IUserIdProvider) *NEW 2.0.0*

In the latest version of Asp.Net SignalR, was added a new way of sending a message to a specific …

asp.net asp.net-mvc real-time signalr
Call specific client from SignalR

I want to call specific client from server, and not broadcast to all of them. Problem is that I'm in …

asp.net signalr
How to obtain connection ID of signalR client on the server side?

I need to get the connection ID of a client. I know you can get it from the client side …

c# asp.net-mvc signalr
.net localhost website consistently making get arterySignalR/poll?transport=longPolling&connectionToken= calls

I created a new VS 2013 project and viewed the default.aspx page with the Firefox browser. When I check the …

asp.net signalr signalr-hub signalr.client
SignalR 2.0 error: Could not load file or assembly Microsoft.Owin.Security

I'm following this tutorial step by step http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-signalr-20-self-host And I'm getting …

c# asp.net .net signalr
Node.Js + Socket.IO vs SignalR vs C# WebSocket Server

I currently have a TCP server application written in .Net that receives and submits messages to clients. I am looking …

c# asp.net node.js websocket signalr
Can I incorporate both SignalR and a RESTful API?

I have a single page web app developed using ASP.NET. I recently converted many of the web methods to …

asp.net rest web-applications asp.net-web-api signalr
Calling SignalR hub clients from elsewhere in system

I've set up a SignalR hub to communicate between the server and client. The hub server side code is stored …

c# javascript asp.net-mvc signalr signalr-hub
SignalR + posting a message to a Hub via an action method

I am using the hub- feature of SignalR (https://github.com/SignalR/SignalR) to publish messages to all subscribed clients: …

asp.net-mvc action message signalr signalr-hub