ASP.NET Efficient Chat Application Approaches

前端 未结 1 636
梦如初夏
梦如初夏 2021-01-06 03:01

I have ASP.NET 4 Web Application that connects with SQL SERVER 2005/2008

I want to add a \"chat\" feature to my application users.

Supposing the feature will

相关标签:
1条回答
  • 2021-01-06 03:36

    You should look at SignalR - which is pretty good and less configuration required for it.

    SignalR Project - http://signalr.net/

    SignalR, Simple Implementation - http://rizwanahmed.net/?p=227

    If you have more questions let me know...

    Thanks, Riz

    0 讨论(0)
提交回复
热议问题