How can i Add SignalR to my WCF Service and MVC 4 Client Application?
I am Developing a project for ASp.net MVC 4 client Application with WCF Service. I created a controller inside the MVC and added a view in it. and Also,i passed the data from view with ajax and jquery..after response from service,the result data value is stored in a html element.like that i am implemented.One part is completed.And the Second Part is I have an idea to add functionality ok SignalR in WCF and MVC4 Service? I thought SignalR is an Self-Hosted? How do i create a api for signalR in WCF and MVC4..below is my code are. MVC Controller:- using System; using System.Collections.Generic;