When it's up, you can find it here
jitsu deploy
To use custom domains with nodejitsu see http://dns.jit.su/
When it's up, you can find it here
-
or - here (mw-spec)
vmc push mirawatt
vmc update mirawatt
Start from HTML5 mobile boilerplate index.html. Do not use it's build system, will try to minimise with express/connect.
- index.html
- add jQuery mobile, downgrade to jQ 1.6.4
- icons and startup
- js
- mobile-boookmark-bubble
- crossdomain
- appcache
Found this binding to time.h node-time.
- Node version of jQuery.extend Should I use ?
- JSON-RPC Spec
- JSON-RPC connect middleware by visionmedia (TJ Holowaychuk)
- JSON-RPC client
- JSON-RPC client
- dnode client transport using xhr-polling ?
curl -X POST -H "Content-Type: application/json" -d @../mirawatt-client/example.json http://localhost:3000/incoming/daniel
curl -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "zing", "params": [42], "id":2 }' http://localhost:3000/jsonrpc curl -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "get", "params": ["001DC9103902"], "id":3 }' http://mirawatt.cloudfoundry.com/jsonrpc
node client.js