This is a server to host the websocket of Colyseus game engine that handles generation of chatroom and multiple user interaction.
The server for this codebase is hosted at https://colyseus-server.onrender.com
git clone https://github.com/yash25198/colyseus-server.git
and use
cd colyseus-server
Step 2 :Install yarn using the following command if yarn --version
command doesnot return a version number.
npm install --global yarn
yarn
node server.js
To host a frontend app to interact with the server hosted locally, follow the steps at https://github.com/yash25198/frontend-server.git for dev branch.