ASP chat program

I'm trying to develop a ASP chat program that will allow for multiple clients to connect to 1 server... sounds simple and normal.... well the the task is to develop a chat program that allows for the server to chat to the clients but not a multi broadcast mode... so in a sense, the client thinks that it is the only person chatting with the server...

a client cannot chat with another client unless the server allows it.

so really i'm looking for a mulitple client to server program using ASP
 
Top