SignalR Book: Real-Time App Development

Tags: book, leanpub, signalr

About a month ago, I was approached by Packt Publishing to write a book on SignalR. The idea was to write a book that would guide you through various SignalR components using some sort of real-world example. I was up for it and the publisher seemed very keen. more

Scaling SignalR with Redis

Tags: asp.net, c#, redis, signalr, visual studio

SignalR was built with scalability in mind. Even though you will be able to run a fair number of concurrent connections on a single server instance, there will come a point where a single node will not be able to handle the load. more