Game Development Reference
In-Depth Information
After installing node.js, you will want to install the Node Package Manager (npm), by executing the
following command: curl http://npmjs.org/install.sh | sh
and then install the websocket module by running npm:
npm install websocket
If you have issues installing or using npm, you can perform a manual installation instead, as described in
the Windows walkthrough. At this point, node.js should be all set up and it remains just to direct server.js,
client-multiplayer.js, and bumper.htm to the correct places.
 
Search WWH ::




Custom Search