mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-10 00:20:07 +08:00
8 lines
386 B
Markdown
8 lines
386 B
Markdown
# GarageServer.IO Example
|
|
A sample application 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`.
|
|
|
|
Execute `$ npm install` in the `example/` root directory and `$ node app.js` to run the application. |