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