Ring

Ring 1.4.0 updated

Ring is to Clojure as Rack is to Ruby and WSGI is to Python. It breaks down HTTP requests/responses and gives the control over back to developers. This way they can build apps that have custom behavior for various network-based events, binding actions and...

Mold

Mold 2.0.0

At only 200 lines of code, the library is very light-weight for a client-side library. Mold compiles plain-text templates to functions that map JavaScript values to strings (the filling in of the template) and provides an interface for directly inserting...

Sizzle

Sizzle 2.3.0 updated

By default, Sizzle supports the jQuery, MooTools, DOMassistant, Dojo and Prototype frameworks. Since it was first included with the jQuery core, Sizzle was updated to keep pace with modern technologies and currently supports Unicode characters and the...

Guava

Guava 19.0 updated

The Guava cover a lot of basic points when it comes to Java programming, but not enough to be called a proper Java framework. Dealing with low-level functionality, string, and data processing, the Guava collection can be used whenever needing to do basic...