Group Chat with PHP script

knight666

New member
Joined
Sep 25, 2011
Messages
1
Programming Experience
5-10
Hello All,

I need a bit of help with a group chat program that I'm trying to develop in VB.Net. This chat is actually part of a bigger application, this is just a part of it. I want to be able to let those who join the group be able to send messages to the group and also be able to private chat with someone in the group.

The client side needs to done on vb.net while I wish the server end to be a php script.

Can anyone please help me out with this and tell how this can be done properly. I've had some luck using the XMLHttpRequest. I'm having to poll every second and retrieve the data all the time which works but is too much data to send and receive every second. Is there possibly a better more efficient solution to this?

Thank you for your time.
 
Back
Top