Files
GarageServer.IO/README.md
T
Jeremiah Billmann c045191cbb Updated docs
2013-08-03 13:43:00 -04:00

1.0 KiB

GarageServer.IO

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

Features

  • Authoritative Game Server
  • Client Side / Input Prediciton
  • 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

Copy the GarageServer.IO JavaScript Client locally.

Quick Start

Client & Server Quick Start

GarageServer.IO API

Client API Documentation

Server API Documentation

License

MIT License