pagen.js

pagen.js 0.2.4

pagen.js allows JS developers to install and deploy a basic website structure within minutes.pagen.js can be used for small to medium websites, working by taking the content from local files and assembling it as static HTML pages with the help of a page...

CSS Crush

CSS Crush 2.4.0 updated

A pre-processor is a tool for interpreting CSS before sending out to the client. This means that the developer can add CSS in a more complex syntax, and then send it to the pre-processor to convert it into standard CSS code.What is new in this...

Gears

Gears 0.7.2

The goal behind Gears is to provide a toolkit for optimizing performance of a client-side heavy Web application.Through the help of external plugins, Gears can also handle other markup languages besides just plain CSS and JavaScript.This includes Stylus,...

Munee

Munee 1.7.0 updated

Munee is a tool developers will absolutely love. Munee works by taking an app's resources and automatically optimizing them for client-side usage. This means: - CoffeeScript files are compiled to JavaScript - LESS files are compiled to CSS -...

Editr

Editr 2.3.0

Editr can combine CSS, HTML and JavaScript code into a fully working demo box.This can then be used as a preview tool for coding experiments and for demonstrative or learning purposes. The code editor that powers Editr is ACE and can be easily setup with...

gulp.js

gulp.js 3.9.0 updated

gulp.js uses special files known as gulpfiles that can be used to enqueue and automate a series of operations.Executing a gulpfile will run all those operations in a quick succession, sparing the developer the time needed to run those tasks by hand, one...

Emscripten

Emscripten 1.36.5 updated

Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment. Emscripten is widely considered the best tool to convert C/C++ applications...

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

JS Console

JS Console 1.1.1

JS Console provides a visual tool that behaves just like a JavaScript interpreter, but works inside a browser window, like a regular Web app.Modern browsers provide access to the browser's JavaScript engine console, as a quick way of running custom JS...

OpenFL

OpenFL 3.5.2 updated

Since Adobe unofficially abandoned Flash and development on the new ActionScript 4 language, the platform has been left for dead. Even so, it is still one of the most installed and used browser plugins around, an ideal way of promoting and distributing...