0

I am trying to build a chat application using c# asp.net ajax javascript. I heard about comet and people say that you can build a first class chat application. Does anyone know any good tutorials on making a full built chat system in a website (using comet or not)?

anthonypliu
  • 12,179
  • 28
  • 92
  • 154

2 Answers2

1

A blog post that I wrote some time ago (http://kboek.blogspot.com/2009/09/using-ihttpasynchandler-and.html) might give you some ideas.

KBoek
  • 5,794
  • 5
  • 32
  • 49
1

Here's a start: http://www.frozenmountain.com/websync/learn/demos/extjschat

Jerod Venema
  • 44,124
  • 5
  • 66
  • 109