A simple, lightweight, HTML multiplayer game server (and client) for Node.js
- Authoritative Node.js game server and JavaScript client
- Client Side / Input Prediction
- Client Side Smoothing
- Entity Interpolation
- Server State History
- Server and Client Messaging
- Server Reconciliation
- Region Broadcasting
- Works with any rendering and/or physics engine
A playable demo of the example using GarageServer.IO.
$ npm install garageserver.io
After server install, copy the client from /node_modules/garageserver.io/client/garageserver.io.js
to a folder of your choosing within your web application for client/browser use.