https://github.com/colyseus/tutorial-babylonjs-client
Client-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus
https://github.com/colyseus/tutorial-babylonjs-client
babylonjs colyseus multiplayer tutorial
Last synced: 4 months ago
JSON representation
Client-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus
- Host: GitHub
- URL: https://github.com/colyseus/tutorial-babylonjs-client
- Owner: colyseus
- Created: 2022-01-25T10:12:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T17:31:15.000Z (over 3 years ago)
- Last Synced: 2025-06-14T01:15:53.868Z (4 months ago)
- Topics: babylonjs, colyseus, multiplayer, tutorial
- Language: TypeScript
- Homepage: https://doc.babylonjs.com/guidedLearning/multiplayer/Colyseus
- Size: 2.28 MB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Client-side) BabylonJS: Real-time Multiplayer with Colyseus
This is the client 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 server-side Project](https://github.com/colyseus/tutorial-babylonjs-server)
- [See Colyseus documentation](https://docs.colyseus.io/)## How to run
- Download and install [Node.js LTS](https://nodejs.org/en/download/)
- Clone or download this repository.
- Run `npm install`
- Run `npm start`The client should be accessible at [`http://localhost:8080`](http://localhost:8080).
## License
MIT