0

I'm creating MVC5 app, and I'm already using ASP.NET Identity2.0 to create users. So, I already have the AspNetUsers table, How can i implement a chat connection between manager with a special user(not all users in a moment).

Aram
  • 63
  • 8

1 Answers1

1

SignalR is something you are probably looking for. Read about it here. There is a lot of online examples how to implement it in MVC. It allows direct user to user connections.

Adlorem
  • 1,457
  • 1
  • 11
  • 10