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
- Host: GitHub
- URL: https://github.com/mountain/camel
- Owner: mountain
- License: other
- Created: 2011-12-18T19:10:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T16:23:10.000Z (over 13 years ago)
- Last Synced: 2024-11-13T04:48:04.038Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)