tyaramis / SignalRChatApp

Chat Application with SignalR and ASP.net MVC 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Application with SignalR and ASP.net MVC 4

This is an example chat application implemented in ASP.NET MVC 4 using SignalR. The code accompanies a Tutorial of Tech.Pro "Chat Application with SignalR and ASP.net MVC 4". This article is a basic walk through covering :

  • About SignalR.That is a framework for building real-time web applications
  • How to add SignalR to an ASP.NET MVC 4 application
  • How to create a hub class for real-time massaging
  • How to send and receive messages from the hub and much much more ...

About

Chat Application with SignalR and ASP.net MVC 4