Critters is a server implementation of Box Critters written entirely using TypeScript. The aim of this project is to create a server that is both fun and easy to use.
- Plugin Support (Getting there...)
- Multiplayer support
- A basic REST service
- Nickname colours
Critters comes with a built-in REST API service for web applications.
POST /login
: Authenticates a user accountPOST /register
: Creates a new user accountGET /room/:id
: Returns information about a room