1

I am working on a project , client server based live meeting. I connected two systems in same network. The system is sending mail to each other but cannot join in chat at same time . I don't know exactly how to configure and connect web browser with server so that it can communicate. What will be the problem not allowing to chat and please suggest any method to overcome this fault. In desperate need of help.. Database is connected

Probustr
  • 11
  • 2

1 Answers1

0

You could use SignalR as a possible solution. It allows real-time functionality on your web site.

Take a look here: IM using SignalR

Asaf Epelbaum
  • 556
  • 1
  • 9
  • 22