Durga Dutt
Durga Dutt

Reputation: 4113

Creating Chat application in Website

I want to create a chat application in my website so that they can chat to each other. It should also support single user chatting and multiuser chatting .

Please suggest me , that how to start this. Any tutorial link or suggestion is welcomed. I want to create it in .Net framework in c#

Upvotes: 1

Views: 1299

Answers (2)

Ian Mercer
Ian Mercer

Reputation: 39277

Take a look at SignalR and Jabbr.net.

Upvotes: 1

Randolpho
Randolpho

Reputation: 56381

Check out this site and steal, steal, steal:

https://chat.stackoverflow.com/

Upvotes: 3

Related Questions