Showing results for

multiplayer

framework

on docs.colyseus.io
docs.colyseus.io › concepts › matchmaking
Match-making – Colyseus
v0.16
Documentation
Roadmap
Sponsors
Versions
docs.colyseus.io › state › callbacks › react
React – Colyseus
State SynchronizationClient-side CallbacksReactReact Here you will find a guide on how to use the Client-side Schema Callbacks with React. Getting Started: TypeScript...
docs.colyseus.io › getting started
Getting Started – Colyseus
Getting Started
Client-side
Colyseus is unopinionated on the game engine or framework you use in the client-side. See how to get started...
docs.colyseus.io › server › transport
Transport – Colyseus
Server APITransportTransport Colyseus provides the following Transport implementations for the Transport layer. Node.js Runtime WebSockets (Default)uWebSockets.js (Native)WebTransport Bun Runtime Bun...
docs.colyseus.io › auth
Authentication – Colyseus
Authentication
Authentication is the process of verifying the identity of a user. Colyseus provides built-in tools to help you authenticate your clients into...
docs.colyseus.io › server › room › built in
Built-In Rooms – Colyseus
Server API Room APIBuilt-In RoomsBuilt-In Rooms Lobby RoomRelay Room The built-in rooms are useful for simple use cases. They are implemented...
docs.colyseus.io › examples
Examples – Colyseus
⚠️
Feel free to submit your own examples! See Community → Help.
Basic Usage ExamplesTic-Tac-ToeAuthentication w/ Firebase"Push To Talk" ExampleMessaging w/ Protocol Buffers...
docs.colyseus.io › getting started › discord activity
Discord Activity – Colyseus
Discord Activity
Check out the Discord Activity Examples to see how to use the Discord Activity SDK with Colyseus.
TODO: Reorganize the content of...
docs.colyseus.io › recipes › password protect room
Password Protect Room – Colyseus
Password Protect Room
Step 1: allow the matchmaker to identify the "password"
field.
Define the "password"
field inside the filterBy()
docs.colyseus.io › recipes
Recipes & Guides – Colyseus
⚠️
Contributions are welcome! If you have a recipe or guide you’d like to share, please open an issue or submit a pull request...