This is the server code for a step-by-step tutorial on how to use BabylonJS + Colyseus together.
- 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.
MIT