mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Added demo links
This commit is contained in:
@@ -16,6 +16,10 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js
|
|||||||
|
|
||||||
## Install
|
## 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
|
### Server
|
||||||
|
|
||||||
`$ npm install garageserver.io`
|
`$ npm install garageserver.io`
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
# GarageServer.IO Example
|
# GarageServer.IO Example
|
||||||
A sample application using GarageServer.IO
|
A sample application using GarageServer.IO
|
||||||
|
|
||||||
|
### Demo
|
||||||
|
|
||||||
|
A playable [demo](http://garageserverio.jit.su/) of this example using GarageServer.IO.
|
||||||
|
|
||||||
## Install
|
## 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`.
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user