Pico

Pico 1.4.2

Pico allows Python developers access to a light framework that lets them use their technologies in building Python-based apps, but provides a solid base on which to start.Pico's main advantage and difference from other similar Python frameworks is its...

Atoms.js

Atoms.js 1.2.878 updated

WebAtomsJS provides a simple to use MVC architecture for easily templating HTML layouts with little snippets of JavaScript code.The framework was designed to reduce development time, cut down on the amount of lines of code and for supporting easy to...

Leapstrap

Leapstrap 1.1.0

Leapstrap is a modified version of Bootstrap, taking its original components and adding support for Leap Motion devices.If you're not familiar with Leap Motion, this is an American company that provides sensors and devices that translate hand and finger...

TroopJS

TroopJS 8.0.0 updated

TroopJS blends many web technologies together for the purpose of reducing development time and task overhead.It doesn't focus on one single coding paradigm, but merges various tools together with the purpose of easing development routines and supporting...

Apache Wicket

Apache Wicket 7.1.0 / 6.21.0 / 1.5.14 updated

Apache Wicket tries a different approach to developing Java Web applications. Instead of complex XML configuration files and boilerplate code that developers spend most of the time deleting or re-writing, Wicket uses small reusable components governed by...

WebMachine

WebMachine 1.10.8

Developed by Basho Technologies, creators of the infamous Riak database system, WebMachine was developed to ease development of HTTP-based applications.WebMachine is actually an evolved REST toolkit. providing a quick way of tapping into an application's...

Polymer

Polymer 1.4.0 updated

Polymer aims to be a front-liner when it comes to W3C Web Components development, putting the building blocks to what will be considered standard programming methods with the technology Google deemed "the future of Web development." In Polymer's...

Ground

Ground 0.7.8 updated

Ground provides a basic structure for creating modern apps with ease.The principle behind Ground is simple: it keeps as less logic on the server side, moving all processing to the client. The server-side code handles mostly file storage and...

Koa

Koa 1.1.2 updated

Koa is is largely based on Express, which in turn is based on Connect, a low-level middleware for creating Node.js Web applications. Unlike those two aforementioned solutions, Koa's code doesn't include middleware within its core directly, but...