All Projects β†’ endel β†’ Colyseus Babylonjs Boilerplate

endel / Colyseus Babylonjs Boilerplate

Licence: apache-2.0
BabylonJS + Colyseus: Multiplayer Boilerpate

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Colyseus Babylonjs Boilerplate

Data Source Base
Boilerplate for creating a GrAMPS-compatible data source.
Stars: ✭ 52 (-16.13%)
Mutual labels:  boilerplate
Wertik Js
πŸ’ͺ A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-9.68%)
Mutual labels:  boilerplate
Gorsk
πŸ”₯ Idiomatic Golang Restful Starter Kit
Stars: ✭ 1,108 (+1687.1%)
Mutual labels:  boilerplate
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-14.52%)
Mutual labels:  boilerplate
Meteor Skeleton
A simple boilerplate for creating Meteor applications with Blaze and SASS
Stars: ✭ 55 (-11.29%)
Mutual labels:  boilerplate
Js Boilerplate
Modern JavaScript Application Boilerplate
Stars: ✭ 57 (-8.06%)
Mutual labels:  boilerplate
Express React Hmr Boilerplate
A boilerplate for scaffolding production-ready MERN stack projects.
Stars: ✭ 51 (-17.74%)
Mutual labels:  boilerplate
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+1700%)
Mutual labels:  boilerplate
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+1646.77%)
Mutual labels:  boilerplate
Cookiecutter Django Rest
Build best practiced apis fast with Python3
Stars: ✭ 1,108 (+1687.1%)
Mutual labels:  boilerplate
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-14.52%)
Mutual labels:  boilerplate
Fullstack Apollo Express Postgresql Boilerplate
πŸ’₯ A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1640.32%)
Mutual labels:  boilerplate
Quickapp Boilerplate Template
πŸ”¨θ‡΄εŠ›δΊŽζž„ε»Ίζ›΄δΈΊδΌ˜ι›…ηš„γ€ŒεΏ«εΊ”η”¨γ€εΌ€ε‘θ„šζ‰‹ζžΆζ¨‘ζΏγ€‚https://quickapp.lovejade.cn/tag/quickapp/
Stars: ✭ 58 (-6.45%)
Mutual labels:  boilerplate
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1611.29%)
Mutual labels:  boilerplate
Nestjs Monorepo Starter
A full-stack nestjs starter project. Includes authorization, authentication, MongoDB, Redis queue support, Crons jobs, and end-to-end testing.
Stars: ✭ 58 (-6.45%)
Mutual labels:  boilerplate
Laravel5.7 Vue Cli3 Boilerplate
Boilerplate / Starter kit. Laravel 5.7, Vue CLI 3 β€” Authentication with Email Verification. REST API.
Stars: ✭ 52 (-16.13%)
Mutual labels:  boilerplate
Netcore Postgres Oauth Boiler
A basic .NET Core website boilerplate using PostgreSQL for storage, Adminer for db management, Let's Encrypt for SSL certificates and NGINX for routing.
Stars: ✭ 57 (-8.06%)
Mutual labels:  boilerplate
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (+0%)
Mutual labels:  boilerplate
Koa React Notes Web
πŸ€“ A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (-1.61%)
Mutual labels:  boilerplate
React Redux Typescript Boilerplate
A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4
Stars: ✭ 1,100 (+1674.19%)
Mutual labels:  boilerplate

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].