This is a cloudq server written in CoffeeScript and runs on NodeJs.
See cloudq_protocol for details.
- NodeJs
- CoffeeScript
- ExpressJs
- MongoSkin
- MongoDb
Currently, there is no installation instructions, but you should be able to clone and run locally using:
# run mongodb server
mongod
# install dependencies
npm install .
# run - compiles on the fly!
coffee app.coffee
# or
node app.js
npm install jasmine-node
cake spec
openssl genrsa -out privatekey.pem 1024
openssl req -new -key privatekey.pem -out certrequest.csr
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
See LICENSE