0.0.3 • Published 12 years ago

Birbal v0.0.3

Weekly downloads
22
License
-
Repository
github
Last release
12 years ago

#Birbal

A clever little framework for Node.js

  • Handles simple routing for you
  • Doesn't restrict you at all.

Install with:

npm install -g birbal

Have fun!

Quick example: var akbar = require("Birbal") function hi() { return "Hello!"; }

var routes = {"/hi":[hello, "GET"]}

akbar.Birbal();

Awesome!

Here's what coming really soon:

  • POST and GET variable access
  • Integration with Jade, Haml.JS and Moustache
  • Integration with Redis and MongoDB
  • Basically turning Birbal into a microframework

Watch this project to keep in touch :)

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago