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

Express

Express 4.14.0 updated

Express is largely based on Connect and provides a flexible structure for creating Node.js Web applications. Express provides a robust set of features for building single-page, multi-page and hybrid Web applications. The framework is quite successful...

Component

Component 1.1.0 updated

This tool is intended for advanced Node.js developers, already acquainted with the Node.js terminal and how npm packages work.Component is an alternative to npm, which works on a curated repository of UI components and widgets mainly.It can be used for...

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

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

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

knox

knox 0.9.2

Amazon S3 is one of the best data storage services around and it has benefited from a wide spread adoption amongst many environments from PHP to Ruby, Python, and Java.knox is a library wrapping Amazon's S3 API that allows interaction between Node.js...