Introduction to Fire.js Framework (alpha) Johan Hernandez [email_address] @thepumpkin
Requirements Node.js 0.4.5 or later (nodejs.org)
NPM (npmjs.org)
Fire & Fire IDE npm install fire fire-ide -g
Demo Creating a simple Contacts Book API with fire-web, mongodb-expressions and Cloudfoundry.com  Create Contact POST /contacts List Contacts GET /contacts
What is Fire.js? Use JSON Documents that orchestrate asynchronous tasks called  Expressions
Eliminates the use of Javascript and callbacks for reusable behavior.
It looks structured and synchronous, but it's 100% asynchronous under the hood.
It's easy!

Introduction to Fire.js (alpha)