Files
GarageServer.IO/README.md
T
Jeremiah Billmann a622b12c7e Updated features
2013-08-05 23:01:37 -04:00

1.1 KiB

GarageServer.IO

A simple, lightweight, HTML multiplayer game server (and client) for Node.js

Features

  • 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
  • Works with any Rendering and/or Physics Engine

Install

Server

$ npm install garageserver.io

Client

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.

Quick Start

Client & Server Quick Start

GarageServer.IO API

Client API Documentation

Server API Documentation

License

MIT License