asp.net mvc who is online

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-05-24T23:32:46Z Indexed on 2010/05/24 23:41 UTC
Read the original article Hit count: 195

Filed under:

Greetings, can someone give me some advices or links that will help me to implement to following scenario. Page will be written in asp.net mvc. Authorization is going to be implemented by Memberships. The scenario is as follows:

User1 has just logged in. After a while, User2 attempts to login with success. Then user1 should be notified that User2 has just logged in. Additionally User2 should be notified that User1 is online.

How can I achieve something like that? It should also be possible for these users to write messages to each other. (chat like).

© Stack Overflow or respective owner

Related posts about asp.net-mvc