网站中的聊天界面 - ASP.NET中多对多的映射

问题描述:

我正在构建一个Web应用程序。我需要为所有已登录的人提供聊天界面。也就是说,在聊天界面中,已经登录的人将被检测为在线并且人们可以与一个或多个人聊天。如何实现这个目标?

I am building a web application. I need to provide an interface for chat for all those people who have logged in . That is , in the chat interface the people who have been logged in will be detected as online and people can chat with one or many people. How to achieve this?

如果我是你,我会查找有关使用的更多信息ASP.NET应用程序中的SignalR
If I were you I'd look up more information on using SignalR in an ASP.NET application.