Files
GarageServer.IO/README.md
T
2013-08-01 17:42:37 -04:00

35 lines
954 B
Markdown

# 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
## Install
### Server
`npm install garageserver.io`
### Client
Copy the [GarageServer.IO JavaScript Client](https://github.com/jbillmann/GarageServer.IO/blob/master/client/garageserver.io.js) locally.
## Quick Start
[Client & Server Quick Start](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md)
## GarageServer.IO API
[Client API Documentation](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/ClientAPI.md)
[Server API Documentation](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/ServerAPI.md)
## License
[MIT License](https://github.com/jbillmann/GarageServer.IO/blob/master/LICENSE.md)