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
- Host: GitHub
- URL: https://github.com/colyseus/tutorial-babylonjs-server
- Owner: colyseus
- Created: 2022-02-07T10:22:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T15:15:46.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T01:15:53.855Z (7 months ago)
- Topics: babylonjs, colyseus, multiplayer, tutorial
- Language: TypeScript
- Homepage: https://doc.babylonjs.com/guidedLearning/multiplayer/Colyseus
- Size: 3.91 KB
- Stars: 21
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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