Introduction:
A few days ago Microsoft has added new feature of SignalIR. It working is as like Jabber application for real time application. i.e Live chat, Online gaming, Online Shopping, news weather etc. It is most prominent feature to build such type of application. It provides simple ASP.Net Api remote procedure call using JavaScript in client browser using server side .Net Program.
Implementation
To implement this feature you should have .Net 4.5 Framework and visual studio Express 2012. This program is written for group chat and private chat simultaneously. you need to install SignalIR package from NuGet or it from Developer package manager console tools.
Console intallation:
Tools->Library Package Manager->Package Manager Console
then type
PM> Install-Package Microsoft.AspNet.SignalR.Owin
PM> Install-Package Microsoft.AspNet.SignalR
0 comments:
Post a Comment
Thank you for comment. We will try to enhance the quality of this website.