how does the wall on facebook refreshes
Moderator: General Moderators
how does the wall on facebook refreshes
how does the wall on facebook refreshes when someone on your network updated something? can it be done on php?
Re: how does the wall on facebook refreshes
It is combination between server side and client side technologies, basically AJAX (actually with long pulling)
Depending on how 'real time' you want updates to be, it can be accomplished with PHP and AJAX. If you want to do it really like facebook, you might be interested in Tornado web server
Depending on how 'real time' you want updates to be, it can be accomplished with PHP and AJAX. If you want to do it really like facebook, you might be interested in Tornado web server