forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
danwrong edited this page Aug 6, 2010
·
197 revisions
Building blocks for other node projects.
- redis-node-client — by Fictorial
- node-couch — a CouchDB connector
- node-tyrant — An implementation of the Tokyo Tyrant network protocol for the Node.js
- postgres-js — Postgres protocol implemented in pure JS
- node_postgres — Beginning of bindings to libpg
- 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
- optparse-js — Option Parser in JS
- trollopjs — Another option parser
- libxmljs — Beginning of bindings to libxml2
- spectacular — for testing
- jspec — for testing
- node_debug — HTTP based console and object explorer
- node package manager
- node-XMLHttpRequest
- bertrpc
- jsonrpc
- Restler — Simplified REST client for Node.is
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.
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
- Fictorial
- Debuggable (using node.js for transload.it’s file uploading & encoding server)
- Adcloud (Javascript Adserver on EC2)