Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

Traceur

Traceur 0.0.92 updated

Unlike Python, Ruby, PHP, or Perl, there is no versioning number for JavaScript's core. The language itself is governed by the ECMAScript standard, that uses various notations between different versions of the JS syntax.The currently version of ECMAScript...

The HTML 5 canvas tag is a great tool supported by today's modern browsers.The canvas utility allows developers to draw on a Web page using a programmatic API (aka via their source code).Because developers have full access to the graphics and the...

Protocol Buffers will not only help cut down the size of the transfer, but also improve the time it takes to encode and send it as well.Developed at Google to help improve data transfers, Protocol Buffers is ideal for all RPC-based protocols and adjacent...

Gson

Gson 2.2.4

JSON is a light-weight, language independent, data interchange format, ideal for data transfers, organization, and storage.JSON mainly revolves around how data structures can be saved and recorded, and then easily transformed to another language-specific...

The Google Data APIs (GData) provides a simple method of accessing Google's knowledge database.GData is an aggregation of all the data discovered by the famous Google search engine, uploaded by users, and curated by various Google services.The...