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

Pythonium

Pythonium 0.6.2

Pythonium is a Python to JavaScript bridge, allowing Python developers to write their apps and websites in the language they know best and then convert it to JS.Pythonium is actually made of two sections.Pythonium Veloce focusing more on speed and...

CoffeeScript

CoffeeScript 1.9.3 updated

The CoffeeScript compiler is written in pure CoffeeScript, using a small DSL on top of the Jison parser generator, and is available as a Node.js utility.The core compiler however, does not depend on Node, and can be run in other server-side-JavaScript...

Opal

Opal 0.9.2 updated

Opal compiles source-to-source. Besides the version, Opal can also be integrated with jQuery, Ruby on Rails, Node.js and TodoMVC.What is new in this release:Remove Sprockets 3.0 support. What is new in version 0.8.1:Remove Sprockets 3.0 support. What is...

LuaJIT

LuaJIT 2.0.4 / 2.1.0-beta1 updated

Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.Just-in-time compilation (JIT) is a method to dynamically compile code and allow an application to run faster. LuaJIT is a JIT system...