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

Nib

Nib 1.1.0

Nib is a collection of extra utilities to support various well-known CSS and CSS3 features and coding techniques with Stylus.Nib simply ports some of the tools developers have used to code CSS for years, translating their syntax to Stylus and adding those...

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

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

PHP Selector

PHP Selector 1.1.5

PHP Selector works like any other JavaScript-based CSS selector engine. The only difference is that  PHP Selector uses PHP to parse the DOM structure and extract desired elements.This library is ideal for data miners and Web page scrapers where data...

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

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