From b5ae81e936b204df43ee900bb393c4b2c20c9b24 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Fri, 20 Sep 2013 10:53:13 -0500 Subject: [PATCH] Added demo links --- README.md | 4 ++++ example/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index a40b472..a8f4b4d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js ## Install +### Demo + +A playable [demo](http://garageserverio.jit.su/) of the [example](https://github.com/jbillmann/GarageServer.IO/tree/master/example) using GarageServer.IO. + ### Server `$ npm install garageserver.io` diff --git a/example/README.md b/example/README.md index cf2685f..74c330a 100644 --- a/example/README.md +++ b/example/README.md @@ -1,6 +1,10 @@ # GarageServer.IO Example A sample application using GarageServer.IO +### Demo + +A playable [demo](http://garageserverio.jit.su/) of this example using GarageServer.IO. + ## Install Change the `path` parameter of `GarageServerIO.initializeGarageServer` that is found in file, `/public/javascripts/game.js`, to point to the URL where your Node app runs. I.e. `http://127.0.0.1:3000`. Note that the example app uses a default port of `process.env.PORT || 3000`. This can be changed in `app.js`.