Skip to content
furtivefelon 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.
  • 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.
  • querystring.node.js — Robust query string parsing for node.
  • nodemachine — A port of WebMachine to Node.js

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
  • email.js — Email generation and parsing in Javascript.

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
  • Sousaball by creationix (sousaball.creationix.com)
  • DinMaker by creationix (live demo at chat.creationix.com)
  • Flickr Spy — Discover where your Flickr contacts are commenting
  • NodeFTPd — Node FTP Server
  • “blog.js”: http://github.com/furtivefelon/blog.js — Simple blogging engine based on node.js

Companies using node

Clone this wiki locally