Hi I wanna make a website preferably using asp.net 3.5 in c#. In this web app, I need to push messages very frequently. (like if sender sends a message, it should immediately reflect to the receivers). So more like chat application but not bidirectional. My question is how can i refresh receivers webpage immediately? or How can i push message to the receivers immediately?
any help is highly appreciated?