asm.js

asm.js 0.0.3

Being strict by nature means asm.js can run in older browsers, even if not at maximum capabilities.asm.js is basically a JavaScript compiler, taking syntax written in asm.js specific syntax and porting it back to JavaScript.The entire system was inspired...

Brick

Brick 1.0.1

Web Components is a new standard recently released by the World Wide Web Consortium regarding recommended practices in building custom HTML elements.X-Tag is a community-developed library that wraps this new standard in a simple API, allowing developers...

browser.html actually provides a fully-working browser, not just an empty UI shell.It consists of a frame container, some buttons for the actual UI, and some iframes where the actual Web page is loaded.It also supports UI themes (white and dark for now),...

L20n

L20n 3.0.0 updated

L20n uses totally new and unique concepts for managing content translations.Instead of using the classic, stiff, and totally inappropriate method of using placeholder tags and placeholder text that gets replaced based on the developer/user's desired...

LLJS

LLJS 1.0

LLJS is a compiler for interpreting a slightly altered JavaScript syntax, but which produces standards compliant JavaScript output.LLJS is an attempt at implementing low-level statically typed features in a high-level dynamically typed language like...

localForage

localForage 1.4.0 updated

localForage improves what and how data can be saved offline in a browser. It also helps broaden offline data storage usage for Web apps, by providing a single interface for working with various storage mediums, helping bring some order in various local...

PyBrowserID

PyBrowserID 0.9.2

BrowserID is use to power the Mozilla Persona service and is considered one of the most secure and promising authentication systems around.The PyBrowserID library was developed to allow Python applications to authenticate their users against the BrowserID...

Rust

Rust 1.7.0 updated

Rust comes as a suite of associated libraries, documentation files, and a full-on compiler. The language itself was written specifically for developing client-server Web apps, with the main focus being on speed and a crash-free design. Rust's syntax is...

ScanJS

ScanJS 0.2.0

ScanJS works using the fantastic Acorn.js library, parsing JavaScript code and then converting it to AST format.The AST (Abstract Tree Syntax) is then analyzed for common patterns and any problems are reported to the user.For identifying "problems" in the...

Shumway

Shumway 0.7.0

Shumway was created using HTML 5 technology as an alternative method of displaying Flash content without having Flash installed locally.This means SWF files can be embedded via Shumway and they'll render properly without relying on any Adobe native...