BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Famo.us launches first public access to its Javascript platform

Famo.us launches first public access to its Javascript platform

This item in japanese

Bookmarks

The team that built the Famo.us Javascript platform plans their first preview release of their app layer code on December 5th, 2013 as a foreshadowing of their platform's client-side prowess. Written in pure Javascript, Famo.us has attracted over 70,000 developers while still in an alpha preview, lured by the promise of native app performance within the browser without the need for a plugin.

Discontent with the browser's native rendering ability, the team designed Famo.us to completely replace the browser's rendering engine "using such sophisticated mathematics and physics that you would not ever want to look at it. Your eyes would go cross," says founder Steve Newcomb. Such low-level complexity is required to forego the browser's native rendering, but it is not the place where 98% of developers will plug into, says Newcomb. "We've spent the last years just building a syntactical sugar layer that should replace jQuery in total." Thereby, Newcomb and company are ensuring all modern browsers -- Safari, Chrome, Firefox, and IE10+ -- will prove compatible.

It is precisely such ubiquitous adoption that the Famo.us team hopes to achieve: a full replacement for jQuery with hooks at every experience level -- from the designer to the seasoned Javascript engineer. Completely free and open source with over five million in funding thus far, Famo.us has four different levels of interaction. "Easiest level is the designer," says Newcomb. "Designers don't have to code at all. Every widget and every template has embedded sliders in them. All a designer has to do is to change the sliders. The variations you can get from changing the sliders is unbelievable." Second, beneath the designer layer lies all the syntactic sugar for developers to wire into the growing library of composable widgets and templates -- the Famo.us team believes the vast bulk of application development will consist here, as templates and widgets are woven together to form apps. Thirdly, platform developers may wish to go underneath the widgets and templates to produce more original user experiences, such as a proprietary UI -- something Samsung, an early investor in Famo.us, may want to pursue, says Newcomb. Finally, a deep-dive into the bowels of the Famo.us math and physics engines are reserved for the truly geeky, says Newcomb.

Therein lies the ambition of the Famo.us team: they're offering a new approach to application development, away from the world of jQuery-based DOM traversal and manipulation to a platform that expects coders to manipulate surfaces and enliven their physics engine. Famo.us will render as HTML, webGL, and canvas. Starting December 5th, the team intends on rolling out weekly additions to its growing library of widgets, templates, and apps.

Famo.us has announced official partnerships with Meteor, Firebase, LeapMotion, and the backbone js library. Currently, the code is in private alpha, and they plan on releasing a public beta late February 2014. Once released, the entire platform will be available under the Mozilla Public License MPL v2, enabling free access to the code, while still allowing companies to develop proprietary widgets and templates. Dave Fetterman, Famo.us VP of Engineering, who founded the Facebook Developer Platform and launched the F8 conferences, will be guiding Famo.us through its beta launch.

"For years, there really hasn't been a very robust Javascript development platform. And we don't want to be the type of platform that's a widget, or that's a plugin, or that's just a part of your solution. We want to be the type of platform that people dedicate their careers to. We plan on being around for a very long time," says Newcomb.

To that end, the Famo.us team will release three widgets and one application on December 5th. By leveraging Codepen as a partner for displaying these releases, the Famo.us team is providing an interactive experience for each of these newly released widgets:

A Twitter App

 

 

 

A jQuery-esque lightbox widget

 

 

 

A button widget

 

 

 

A one-to-many widget.

 

Rate this Article

Adoption
Style

BT