Move.js

Move.js 0.5.0 updated

Move.js is framework agnostic, meaning it can work with or without more complex JavaScript frameworks like jQuery or MooTools. It also bosts a simple to learn and use syntax, for easily writing animations with minimal time and effort spent browsing...

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

Page.js

Page.js 1.6.4 updated

Modeled after the Express built-in routing system, Page.js ports some of the principles found in server-side JS programming to the browser. Page.js allows developers access to a much more advanced routing and history state management system than they...

Mocha

Mocha 2.3.4 updated

Mocha was written to quickly execute asynchronous tests for JS code, allowing developers to detect and fix problems in their code. The Mocha testing toolkit has managed to gain quite a following thanks to its heavily Node.js integration, accurate...

Super Agent

Super Agent 1.4.0 updated

Super Agent features a progressive AJAX API which can be used for developing interactive website and Web-based applications. The library wishes to present itself as a smaller and friendlier alternative to the jQuery Ajax API. Under the hood, Super Agent...

Jade

Jade 1.9.2

Jade works like any other template engine, taking a series of predefined tags and converting them to HTML code.Jade is a great way to create page layouts, allowing dynamic content to be inserted without having to deal with pesky HTML tags every time.The...