Hi all:
Anybody know how to write a web based message streaming chat room? :)
I don't want to use client pull method but server push technology. How to develope a chat server COM in vb? Thanks in advanced
Printable View
Hi all:
Anybody know how to write a web based message streaming chat room? :)
I don't want to use client pull method but server push technology. How to develope a chat server COM in vb? Thanks in advanced
see msdn on winsock control help it contain a chat sample application both server and client side, it may help.