PHP real time chat with ajax polling
Posted
by xRobot
on Stack Overflow
See other posts from Stack Overflow
or by xRobot
Published on 2010-06-04T11:23:23Z
Indexed on
2010/06/07
3:42 UTC
Read the original article
Hit count: 520
I need to create a chat similar to facebook chat.
I am thinking to use ajax polling ( to send request every 2-3 seconds ).
Is this a good approach ? Or I need to use other server side languages like erlang and server-comet ?
© Stack Overflow or respective owner