Showing results for on docs.colyseus.io
Driver
The driver is responsible for storing and retrieving room data for match-making.
Overview
When a room is created, deleted, or its “metadata...
The driver is responsible for storing and retrieving room data for match-making.
Overview
When a room is created, deleted, or its “metadata...
Debug messages
To enable all debug logs, run your server using the DEBUG=colyseus:*
environment variable:
Terminal
DEBUG=colyseus:* npm start
To enable all debug logs, run your server using the DEBUG=colyseus:*
environment variable:
Terminal
DEBUG=colyseus:* npm start
The Command Pattern
Colyseus has an optional package called @colyseus/command
that implements the Command Pattern. This pattern is useful when you need to...
Colyseus has an optional package called @colyseus/command
that implements the Command Pattern. This pattern is useful when you need to...
This section is deprecated. You can connect your GitHub repository to Colyseus Cloud from your application’s Settings -> Build & Deployment section to automatically deploy...
Monitoring Panel
The @colyseus/monitor
is a handy tool that allows you to view and inspect the current list of rooms spawned by the...
The @colyseus/monitor
is a handy tool that allows you to view and inspect the current list of rooms spawned by the...
Load Testing / Stress Testing
The @colyseus/loadtest
tool is useful when you’d like to stress test your server and see how it is...
The @colyseus/loadtest
tool is useful when you’d like to stress test your server and see how it is...
...Linear Interpolation
This guide will show you how you can build a multiplayer experience with Colyseus Multiplayer Framework and Phaser.
In Part 2, we...
This guide will show you how you can build a multiplayer experience with Colyseus Multiplayer Framework and Phaser.
In Part 2, we...
Logging
Colyseus allows you to import a logger
variable, which is customizable via its
initial settings.
import { logger } from "@colyseus/core";
Colyseus allows you to import a logger
variable, which is customizable via its
initial settings.
import { logger } from "@colyseus/core";
Add-on: DDoS Protection
Adds an extra layer of protection to keep your hosting infrastructure online and operating even when they are the target...
Adds an extra layer of protection to keep your hosting infrastructure online and operating even when they are the target...
Setup Server from Scratch with TypeScript
This is a step by step guide for creating a colyseus server with typescript.
Requirements
Setup
Create a...
This is a step by step guide for creating a colyseus server with typescript.
Requirements
Setup
Create a...