Showing results for

multiplayer

framework

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