web framework for node.js

  • A modular, simple-to-use web framework for Node.js.
  • Similar to web frameworks like Merb, Rails, Pylons, or Django.
  • Built on Node.js, so it's fast and flexible.

Get started

Geddy is a web framework for Node.js. Geddy requires version 0.4.x or higher of Node.js, and the Jake JavaScript build tool.

Get Geddy from GitHub and install it:

$ ~/work$ git clone git://github.com/mde/geddy.git
$ ~/work$ cd geddy
$ ~/work$ make && sudo make install

Create a Geddy app

Geddy comes with a utility called geddy-gen you can use to create an app. Run geddy to start the server.

$ ~/work$ geddy-gen app bytor
Created app bytor.
$ ~/work$ cd bytor
$ ~/work/bytor$ geddy
Server running at http://127.0.0.1:4000/

Geddy on GitHub

https://github.com/mde/geddy

API docs

http://mde.github.com/geddy/doc

Current version

The version under active development is v0.2.x. Geddy v0.1.x is no longer under active development, and is no longer supported.