An open API service indexing awesome lists of open source software.

https://github.com/mountain/camel

A server-side coffeescript environment with first-class requirejs AMD-style loader and server-side WebWorkers supports
https://github.com/mountain/camel

Last synced: 12 months ago
JSON representation

A server-side coffeescript environment with first-class requirejs AMD-style loader and server-side WebWorkers supports

Awesome Lists containing this project

README

          

[![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)