Files
GarageServer.IO/README.md
T
Jeremiah Billmann 49a28d41a3 Documentation
2013-07-31 19:22:11 -04:00

26 lines
723 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
## Quick Start
[Client & Server Quick Start](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md)
## GarageServer.IO API
[Client API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md)
[Server API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md)
## License
[MIT License](https://github.com/jbillmann/GarageServer.IO/blob/master/LICENSE.md)