Showing results for on docs.colyseus.io
Consider using Colyseus Cloud to easily deploy and scale your Colyseus servers.
Deploying Colyseus is no different than deploying a regular Node.js application...
Deploying Colyseus is no different than deploying a regular Node.js application...
...These methods are called internally by the framework, and if you were not using them, you don’t need to worry about this change...
Unit Testing Your Server
The @colyseus/testing
package provides utility methods for testing your Colyseus application. It uses the JavaScript SDK to simulate client...
The @colyseus/testing
package provides utility methods for testing your Colyseus application. It uses the JavaScript SDK to simulate client...
...Testing from Unity Editor
Starting with Unity 6000.1.0b1, Unity integrates Multiplayer Play Mode, enabling you to test your Colyseus-based multiplayer game...
Starting with Unity 6000.1.0b1, Unity integrates Multiplayer Play Mode, enabling you to test your Colyseus-based multiplayer game...
Match-maker API
The methods described below are provided by the matchMaker
singleton, which can be imported from the "colyseus"
package:
import { matchMaker } from...
The methods described below are provided by the matchMaker
singleton, which can be imported from the "colyseus"
package:
import { matchMaker } from...
Client-side SDK
Overview
Every client SDK provides the same set of methods and events to interact with the server.
- Client - The SDK entrypoint...
Overview
Every client SDK provides the same set of methods and events to interact with the server.
- Client - The SDK entrypoint...
...Download Demo (View source code)
Getting Started
Colyseus SDK/Framework
You need to install and launch the server from the provided Server directory for...
Getting Started
Colyseus SDK/Framework
You need to install and launch the server from the provided Server directory for...
...npm init colyseus-app ./babylonjs-multiplayer-server
Let’s make sure you can run the server locally now, by running npm start
:
cd babylonjs...
Let’s make sure you can run the server locally now, by running npm start
:
cd babylonjs...
Turn Based Tanks Demo
This demo uses an older version of Colyseus.
The goal of this demo is to serve as an example of...
This demo uses an older version of Colyseus.
The goal of this demo is to serve as an example of...
...Basic Player Movement
This guide will show you how you can build a multiplayer experience with Colyseus Multiplayer Framework and Phaser.
In Part 1...
This guide will show you how you can build a multiplayer experience with Colyseus Multiplayer Framework and Phaser.
In Part 1...