vote up 0 vote down star

Hi guys,

wondering if some of you know what javascript framework facebook is using ?

Thanks

flag

You can check it yourself. Just look at the code. That's the beauty of JavaScript. – Martinho Fernandes Sep 11 at 1:49
yeah but the whole is packed but no mention of any copyright. – RageZ Sep 11 at 2:03
@RageZ: you could use a beautifer (jsbeautifier.org), which is the opposite of a minifier. That explains the "beauty" portion of my comment :D – Martinho Fernandes Sep 13 at 16:16

3 Answers

vote up 4 vote down check

Looks like they're using their own as there aren't any YUI/jQuery script references and it looks like standard DOM scripting.

link|flag
vote up 1 vote down

I have asked myself that question before. It is very hard to tell though, because they have everything obfuscated. Who knows what they are doing? It is their private property, their servers are private from the world.

I do know some things. They have polluted the global name space a lot with modules that don't start with dojo, YAHOO, or jQuery.

Apparently they have their own JavaScript library called FBJS, however, I don't know the extent of their use of it in their own site.

http://wiki.developers.facebook.com/index.php/FBJS

link|flag
vote up 1 vote down

Its anyones guess.

First of all, their core services are based on Thrift which Facebook has made opensource; also, they have their own library based on JavaScript. They are probably incorporating a lot of standard DOM scripting (but obfuscated) code in and above the user-space.

Based upon presentations you can get a feel of their organizational layout and how they might implement a lot of their functionality.

There was a leak circa 2007 of the source code if you can find it, if it is still present, but of course: this is the internet.

We might actually get our hands on current source should Facebook comply with their court order.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.