Facebook Gameroom

Facebook Gameroom 1.0.0.1 updated

Play your favourite Facebook games in a standalone app. Personalized recommendations, Faster, smoother experience, Convenient shortcuts. Another app to...

read more
Facebook

Facebook 1.0

Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends, upload an unlimited number of photos, share links and videos, and learn more about the people they...

fbconsole

fbconsole 0.3

Written in Python, fbconsole uses the Facebook Graph API to allow users to connect and retrieve various Facebook details and settings.Even if fbconsole is for creating CLI applications, the module can be used as a normal Python module...

React

React 15.3.1 updated

React uses a declarative, XML-like syntax known as JSX, letting developers build well-organized code structures with ease. JSX mixes HTML with JavaScript, which when passed through React gets converted to normal JS markup. The library uses very little DOM...

Jest

Jest 0.8.2 updated

What Jest does on top of Jasmine is to allow developers to configure and automatically append unit test files in a special folder next to the code itself.Jest will go to that folder every time, read the dependencies, load them, run the test (synchronously...

Tornado

Tornado 4.3 updated

In the beginning Facebook was built using PHP and MySQL, but as the traffic and size of the network increased, so did its requirements for a better and faster delivery of content in real-time. This led the Facebook team to delve into other technologies...

HHVM

HHVM 3.7.1 updated

PHP is natively compiled when executed. HHVM changes this by compiling PHP code at runtime.This improves performance and speeds up PHP-based applications. Just what's needed for high-traffic servers, like the ones Facebook has to deal with on a daily...

XHP

XHP 2.2.2 updated

This basically transforms PHP into a template engine, by giving it the possibility to reuse data as it wants to.XHP works by parsing and interpreting content found inside curly braces {} as a full PHP expression, usually used only for variables.By...