Real time web site using PHP or ASP.NET
Posted
by Roman
on Stack Overflow
See other posts from Stack Overflow
or by Roman
Published on 2010-06-03T20:36:15Z
Indexed on
2010/06/03
20:44 UTC
Read the original article
Hit count: 236
Hey Guys,
I'm looking for a way to put real time features into my web site.
The idea is asynchronous communication between 2 people - like a chat session. If I use the chat example - I'd like the second person to know that the first one has sent a message to him, without refreshing or doing something active on the web page.
Polling is not a good idea here - so is there any other solution? the back-end could be ASP.NET or PHP (ASP.NET preferred).
Help would be much appreciated,
Thanks,
Roman
© Stack Overflow or respective owner