Showing results for

multiplayer

framework

on docs.colyseus.io
docs.colyseus.io
Introduction – Colyseus
What is Colyseus Multiplayer Framework?
Colyseus is a framework for writing your own authoritative multiplayer game servers using JavaScript/TypeScript and Node.js, and...
docs.colyseus.io › deployment › cloud
Colyseus Cloud – Colyseus
Colyseus Cloud - Premium Managed Hosting
Colyseus Cloud provides a managed infrastructure for your Colyseus application, made by the same team behind Colyseus Framework.
It...
docs.colyseus.io › server › transport › uwebsockets
uWebSockets.js – Colyseus
uWebSockets.js
The uWebSockets.js generally performs better than the default WebSockets implementation, and is capable of handling more connections while using less resources...
docs.colyseus.io › getting started › haxe
Haxe – Colyseus
Haxe
You’re encouraged to use this SDK along with any Haxe Game Engine, such as: OpenFL, Kha, HaxeFlixel, Heaps, HaxePunk, etc.
Installation
Install...
docs.colyseus.io › deployment › cloud › typescript compilation erro…
TypeScript/Compilation errors – Colyseus
TypeScript/Compilation errors
If you haven’t created your Colyseus application via npm create colyseus-app@latest
, make sure your tsconfig.json
is configured...
docs.colyseus.io › server › room › built in
Lobby Room – Colyseus
Lobby Room
Colyseus provides a built-in LobbyRoom
that can be used to list all available rooms in your game server.
Features:
- Automatically lists...
docs.colyseus.io › server › devmode
Development Mode – Colyseus
How devMode
works?
The devMode
option has been introduced to speed up local development while updating your room implementation.
Do not use devMode
docs.colyseus.io › recipes › custom cors headers
Custom CORS Headers – Colyseus
Custom CORS Headers
Since Colyseus 0.15, you may customize the matchmaking CORS headers.
This article is only relevant for browser-based projects. If...
docs.colyseus.io › server › transport › ws
WebSocket (Default) – Colyseus
WebSocket Transport (via ws
)
The WebSocketTransport
with its default options is going to be used automatically if no transport
is provided. You may customize...
docs.colyseus.io › getting started › defold
defold Defold Engine – Colyseus
Defold Engine
The Colyseus SDK for Defold supports all major platforms, including:
- HTML5,
- iOS,
- Android