Server-based Chat
Posted
by daemonfire300
on Stack Overflow
See other posts from Stack Overflow
or by daemonfire300
Published on 2010-05-21T20:28:20Z
Indexed on
2010/05/21
20:30 UTC
Read the original article
Hit count: 217
Described on this scheme "Server Clients Scheme" I try to create a Silverlight / Server Application which has EventHandler/Triggers, which can do the following:
- Notice whether a message was sent to "it" (the server)
- Notice that the sent message is new "to all" "except" "the sender"
- Send "to all" ("except...") "new message can be downloaded" / or even the new messages
How could this be done by using: ASP.NET and Silverlight?
© Stack Overflow or respective owner