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

Slate

Slate 0.0.1

Slate provides an easier way to have conversations via IRC from your desktop.While some might think IRC is 90s technology, it still has its place and uses and the technology is extremely wide-spread and used in the Web, desktop, and mobile development...

Dox

Dox 0.8.0 updated

Dox parses JavaScript code, extracting code comments and assembling them into a documentation page created using Markdown and JSDoc tags.The generated documentation page is contained in one file, with no external JS or CSS files.Dox comes as an easy to...

Kue

Kue 0.9.5 updated

Kue is basically a small Express application, that uses Redis to store information about current jobs. With Kue installed developers can keep an eye on live server operations and see if bottlenecks have formed or priority is given to the proper...

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