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...

Presto

Presto 0.95

Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...

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...

The Facebook Python SDK was designed to help developers in building Facebook-friendly Python apps.It's a basic tool to connect to various Facebook APIs, query and retrieve information from Facebook's servers.The SDK is compatible with the other Facebook...

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...

Facebook Android SDK

Facebook Android SDK 4.8.2 updated

The SDK contains various libraries and examples on how to use and integrate Facebook social features inside Android-powered applications, allowing developers to easily start working on their projects without having to waste hours or days researching...

Facebook PHP SDK

Facebook PHP SDK 5.1.2 updated

The Facebook PHP SDK is a tool for building other tools. A bare-bones library that allows developers to connect to various Facebook APIs, query and retrieve information from Facebook's servers. The SDK is compatible with the other Facebook SDKs, and...