Showing results for

multiplayer

framework

on docs.colyseus.io
docs.colyseus.io › server › transport › bun websockets
Bun WebSockets – Colyseus
Bun WebSockets
Bun support on Colyseus is still experimental. Please report any issues you may find.
Installation
Terminal
bun add @colyseus/bun-websockets
docs.colyseus.io › server › custom http routes
Custom HTTP/API Routes – Colyseus
Custom HTTP/API Routes
Colyseus uses Express as a web server by default.
You may add custom routes to your server by defining them...
docs.colyseus.io › state › best practices
Best Practices – Colyseus
Best Practices
Limitations and Best practices
- Each
Schema
structure can hold up to64
docs.colyseus.io › getting started › javascript
JavaScript – Colyseus
JavaScript SDK
The JavaScript/TypeScript SDK is engine agnostic and can be used with any game engine or framework that supports WebSockets, such as...
docs.colyseus.io › deployment › cloud › compute plans
Compute Plans – Colyseus
Compute Plans
Low Performance
The Low Performance is powered by previous generation Intel CPUs and regular SSD.
(Recommended for development environments.)
High Frequency (Recommended...
docs.colyseus.io › getting started › construct3
construct3 Construct 3 – Colyseus
Construct 3
Installation
⚠️
You need a server to use Colyseus!
Construct has well-known existing features to “host” a multiplayer session from the client...
docs.colyseus.io › deployment › cloud › pricing billing
Pricing & Billing – Colyseus
Pricing & Billing
See the Pricing Simulator for more details.
Colyseus Cloud uses a subscription-based billing model with upfront provisioning and proration for flexibility...
docs.colyseus.io › deployment › cloud › private npm registry
Private NPM Registry – Colyseus
Private NPM Registry
If you rely on private NPM packages from your organization, you need to configure authentication to access them during deployment. This...
docs.colyseus.io › auth › http
HTTP Middleware – Colyseus
HTTP Middleware
If you are using the HTTP API, you can authenticate your requests using the Authorization
header.
Client SDK: Set the auth token...
docs.colyseus.io › recommendations
Recommendations & Best Practices – Colyseus
Recommendations & Best Practices
This section provides general recommendations and best practices to keep your codebase healthy and readable for your team. They are all...