web framework for node.js

  • A modular, full-service web framework for Node.js.
  • Similar to web frameworks like Merb, Rails, Pylons, or Django.
  • Built on Node.js, so it's wicked fast.

Get started

Geddy is a web framework for Node.js. Geddy requires version 0.1.94 of Node.js.

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/

Community

Geddy is very new, so now is a great time to get involved in the community. You can find Geddy peeps in a variety of places online: