tutorial-babylonjs-server icon indicating copy to clipboard operation
tutorial-babylonjs-server copied to clipboard

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

(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.

How to run the server

  • Download and install Node.js LTS
  • 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 should be accessible.

License

MIT