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

Modules/frameworks/tools for node

Building blocks for other node projects.

Database

Web frameworks

  • express — a Sinatra 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
  • Bomber
  • Picard

Other

Modules with node support

CommonJS compatible modules that can be used with node.

  • 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

Projects using node

Complete projects that use node.

  • node_chat by ry (live demo at chat.tinyclouds.org)
  • pubsub — by Malte Ubl
  • frisbee — A clone of the Disqus blog commenting system, by Urban Hafner
  • hxV8 — the haXe → javascript compiler with modifications to use node I/O. by blackdog66
  • aiobot a very crude abusing of node.js and javascript as a whole aiming to provide a simple bot for irc
  • nodewiki — a simple wiki based on node and redis
  • awesome — a Redis clone in node.js

Companies using node

Clone this wiki locally