[![build status](https://secure.travis-ci.org/mountain/camel.png)](http://travis-ci.org/mountain/camel)
A server-side coffeescript environment with

  * first-class requirejs AMD-style loader
  * server-side WebWorkers supports

The goal of this project is to minmalize the distance between client-side and server-side webdev under the umbrella
of AMD loader. 

## How to start

Please follow below steps:

 * install [nodejs](http://nodejs.org), please install version >= 0.8.0
 * install [npm](http://npmjs.org)
 * cd YOURPROJECT
 * npm install -g camel
 * camel YOURPROGRAM.coffee
 * camel --build YOURPROGRAM.coffee (is not implemented yet)

## Example

You can refernece an example at

  * [Wahlque weather simulation](https://github.com/Wahlque/weather)

