Most Facebook is written in PHP, but there are several front-end functions that other scripting languages use.
Ticker (a small box in the upper right corner of the news page that displays the latest posts, etc.):
I assume AJAX is involved in this, but I was wondering how it all works. I developed something similar (but more basic) in flash memory where flash checks every millisecond (as well as in real time) for updates, but Facebook clearly does not use flash for this.
I know that data can be transferred back and forth using AJAX, but how can they do it instantly? Are you constantly checking?
Just wondering
user849137
source share