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?