https://github.com/colyseus/colyseus-examples
Examples for learning how Colyseus works
https://github.com/colyseus/colyseus-examples
colyseus multiplayer networking websockets
Last synced: 4 months ago
JSON representation
Examples for learning how Colyseus works
- Host: GitHub
- URL: https://github.com/colyseus/colyseus-examples
- Owner: colyseus
- License: mit
- Created: 2016-12-27T18:24:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T20:57:49.000Z (6 months ago)
- Last Synced: 2025-05-22T02:17:38.341Z (5 months ago)
- Topics: colyseus, multiplayer, networking, websockets
- Language: HTML
- Homepage:
- Size: 215 KB
- Stars: 184
- Watchers: 15
- Forks: 93
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples
On this repository you can find basic usage examples of how to use Colyseus along with the JavaScript client.
**Live demo**
- [See live](https://examples.colyseus.dev/)
- [See monitor panel](https://examples.colyseus.dev/)## How to run
```
git clone https://github.com/colyseus/colyseus-examples.git
cd colyseus-examples
npm install
npm start
```Open [http://localhost:2567](http://localhost:2567) in your browser.
## License
MIT