# anted
**Repository Path**: amorwilliams/anted
## Basic Information
- **Project Name**: anted
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-08-02
- **Last Updated**: 2025-03-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Multiplayer Game Server for Node.js.
Anted is a Authoritative Multiplayer Game Server for Node.js. It allows you
to focus on your gameplay instead of bothering about networking.
The mission of this framework is to be the easiest solution for creating your
own multiplayer games in JavaScript.
## What Anted provides to you:
- WebSocket-based communication
- Simple API in the server-side and client-side.
- Automatic state synchronization between server and client.
- Matchmaking clients into game sessions
- Scale vertically or horizontally
## What Anted won't provide:
- Game Engine: Anted is agnostic of the engine you're using. Need Physics? Add your own logic / package.
- Database: It's up to you to configure and select which database you'd like to use.