An open API service indexing awesome lists of open source software.

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

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