The Best approach to building enterprise chat application
I am trying to build an enterprise chat application in asp.net (c#) but I am new to c sharp and I want to know the best approach to doing this.
Though I have done some research. I discovered web sockets for javascript, pushback mechanism.
But I want to know if asp.net / c# as some very good techniques to doing this
Related Article: Web chat application
is a ASP.NET discussion thread by venkateshyeluri that has 1 reply, was last updated 10 months ago and has been tagged with the keywords: how, to, create, a, web, chat, application.
skliz
Junior Poster in Training
67 posts since Dec 2008
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0
I agree, use SignalR. True sockets will only be used where both the browser and web server support it. However, SignalR will degrade to using other technologies such as forever frames or long polling.
http://www.asp.net/signalr
Also, I'm pretty sure SignalR is now officially released by Microsoft. You can also install it via nuget.
stbuchok
Practically a Posting Shark
875 posts since May 2011
Reputation Points: 138
Solved Threads: 124
Skill Endorsements: 2
thanks alot, am really greatful
skliz
Junior Poster in Training
67 posts since Dec 2008
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0