hey, i'm looking for a solution to this problem:
i need to create simple almost realtime-like web chat for a website that has multiple fronts. web chat doesnt need any icons anything just nickname time and message.
website runs on .net.
users that want to chat must be logged into the system. auth for the users its allready handled. that aint a problem and the other ppl can only watch the conversations.
i was thinking, since its running on multiple fronts the DB should be used or WS that makes request to this WS every second and so. from here i dont know im lost... i was thinking that ajax should postback an id of lastmassage recieved to the web service and web service would send the user all the latest posts since the last recieved messages. this should be done once every second that it would look like its realtime chat and it would be a hell of a serverload.
what do you guys think ? and suggestions any ideas ? and working solutions ?
thnx rm