Reputation: 2587
I've just gone through the tutorials on MVC4 + SignalR but my existing site is in Web Pages framework, can we use ASP.NET SignalR with an ASP.NET WebPages (WebMatrix)-based site instead of MVC?
Upvotes: 4
Views: 1727
Reputation: 34846
Yes, you can use SignalR with ASP.NET WebPages (WebMatrix). SignalR has no dependency on ASP.NET MVC, but it does rely on using jQuery.
Read SignalR And Knockout In ASP.NET Web Pages Using WebMatrix for a walkthrough of using SignalR with ASP.NET WebPages (WebMatrix).
Upvotes: 5