SignalR Tutorial, Part 2: Communicating with Hub without SignalR Generated Proxy
In the previous post you saw how to create a very simple chat application using SignalR generated proxy. In this sample you will learn how to communicate with hub without using SignalR generated proxy. The generated proxy simplifies the process of creating hub and calling methods on the server. It enables you to create a ...