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

https://github.com/colyseus/tutorial-babylonjs-server

Server-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus
https://github.com/colyseus/tutorial-babylonjs-server

babylonjs colyseus multiplayer tutorial

Last synced: 7 months ago
JSON representation

Server-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus

Awesome Lists containing this project

README

          

# (Server-side) BabylonJS: Real-time Multiplayer with Colyseus

This is the server code for a step-by-step tutorial on how to use BabylonJS + Colyseus together.

- [See step-by-step Tutorial](https://doc.babylonjs.com/guidedLearning/multiplayer/Colyseus)
- [See client-side Project](https://github.com/colyseus/tutorial-babylonjs-client)
- [See Colyseus documentation](https://docs.colyseus.io/)

## How to run the server

- Download and install [Node.js LTS](https://nodejs.org/en/download/)
- Clone or download this repository.
- Run `npm install`
- Run `npm start`

The WebSocket server should be available locally at `ws://localhost:2567`, and [http://localhost:2567](http://localhost:2567) should be accessible.

## License

MIT