Draft.js

Draft.js 0.7.0 updated

Draft.js was put together by Facebook's own staff, and released as open source software at the start of 2016. The project is not a standalone WYSIWYG editor, but a generic React-based framework for building any type of rich text editor. Developers can...

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

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

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

Real Time Proxy is basically a simple proxy server for handling graph.facebook.com requests.The server, together with data obtained via real-time updates, can filter and reject stale data.By doing this, the developers makes sure it always works with the...

read more