Showing results for on docs.colyseus.io
Presence API
When you need to scale your server on multiple processes and/or machines, you’d need to provide the Presence
option to...
When you need to scale your server on multiple processes and/or machines, you’d need to provide the Presence
option to...
Upgrading to version 0.15 (from 0.14)
See version 0.15 release announcement.
@colyseus/arena
has been renamed to@colyseus/tools
- Schema’s...
See version 0.15 release announcement.
@colyseus/arena
has been renamed to@colyseus/tools
- Schema’s...
Server
The Colyseus Server
instance holds the server configuration options, such as transport options, presence, matchmaking driver, etc.
- Transport is the layer for bidirectional...
The Colyseus Server
instance holds the server configuration options, such as transport options, presence, matchmaking driver, etc.
- Transport is the layer for bidirectional...
...The encoding and decoding process happens internally by the framework and its SDK.
The state synchronization loop looks like this:
- State changes (mutations) are...
The state synchronization loop looks like this:
- State changes (mutations) are...
Schema Definition
- Schema structures are defined on the server side and represent the state of your game within a room.
- Only fields decorated with...
- Schema structures are defined on the server side and represent the state of your game within a room.
- Only fields decorated with...
MMO Tech Demo
This demo uses an older version of Colyseus.
The purpose of this technical demo is to show one method of how...
This demo uses an older version of Colyseus.
The purpose of this technical demo is to show one method of how...
MMO Tech Demo
This demo uses an older version of Colyseus.
The purpose of this technical demo is to show one method of how...
This demo uses an older version of Colyseus.
The purpose of this technical demo is to show one method of how...
...this.disconnect ()
Broadcast Patch
You may not need this! - This method is called automatically by the framework.
This method will check whether mutations have...
Broadcast Patch
You may not need this! - This method is called automatically by the framework.
This method will check whether mutations have...
Auth Module
This module is in beta - Feedback is welcome on colyseus/colyseus#660.
The @colyseus/auth
module is highly configurable and allows you to...
This module is in beta - Feedback is welcome on colyseus/colyseus#660.
The @colyseus/auth
module is highly configurable and allows you to...