Skip to content

gosynthschool/colyseus-babylonjs-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BabylonJS + Colyseus: Multiplayer Boilerplate

This is a project setup to use BabylonJS 4.x with Colyseus 0.14.x.

Tooling

Deploy | Live demo

Requires NodeJS v12.0.0+

How to use

Check out this repository.

git clone https://github.com/endel/babylonjs-multiplayer-boilerplate.git

Inside this repository, there's two separate applications. The client (babylonjs + colyseus client) and the server (nodejs + colyseus server).

Client application

To be able to build the client application, you'll need to enter in the folder, and install its dependencies first.

cd babylonjs-multiplayer-boilerplate/client
npm install

Now you can build and run it by running:

npm start

It will spawn the webpack-dev-server, listening on http://localhost:8080.

Server application

For the server, the steps are exactly the same. Install the dependencies:

cd babylonjs-multiplayer-boilerplate/server
npm install

Now you can build and run it by running:

npm start

It will spawn a web socket server, listening on ws://localhost:2657.

Documentation

License

Apache License 2.0

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.2%
  • JavaScript 15.5%
  • HTML 2.1%
  • CSS 1.2%