npm install
node index.js
node example.js
Clients should look for a JSON file at http://jsoxford.com/cr.json
which contains the location of the server:
{
"client_version": "0.0.1",
"endpoint": {
"host": "192.168.0.42",
"port": 4242
}
}