Skip to content
zimbatm edited this page Aug 6, 2010 · 197 revisions

Modules/frameworks/tools for node

Building blocks for other node projects.

Database

Web frameworks

  • express — A robust feature rich Sinatra-like clone
  • coltrane — A try at a higher level library/framework for node.js web development
  • vroom — A simple resource oriented web framework built on top of Node.js
  • node-router — Simple Sinatra-like http server based on fu.js from the original node-chat demo.
  • simplex
  • (fab) — A chained DSL for building node.js apps
  • Picard
  • Nerve — Microframework with simple array-based syntax for defining an app on top of node.
  • querystring.node.js — Robust query string parsing for node.
  • nodemachine — A port of WebMachine to Node.js

Templating libraries

  • sass.js — Parses Sass templates and renders css.
  • haml-js — Server side html generation using javascript. Parses haml templates and renders html.
  • tmpl-node — a feature-rich template module for node.js
  • template.node.js — A light, fast, cached template module for node.

Other

Modules with node support

CommonJS compatible modules that can be used with node.

  • sass.js — Parses Sass templates and renders css.
  • haml-js — Server side html generation using javascript. Parses haml templates and renders html.
  • match-js — Simple pattern matching (functional style) in JS.
  • datatypes-js — Byte encoding/decoding for typical datatypes in JS.
  • qxoo — port of the qooxdoo OO system to commonJS
  • email.js — Email generation and parsing in Javascript.

Projects using node

Complete projects that use node.

Companies using node

Clone this wiki locally