This is a server to host the frontend of Colyseus Chatroom that renders a xterm terminal and connects clients to the chatroom web server.
The server for this codebase is hosted at https://frontend-server.onrender.com
git clone https://github.com/yash25198/frontend-server.git
and use
cd frontend-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
git clone https://github.com/yash25198/frontend-server.git
and use
cd frontend-server
git checkout dev
Step 3 :Install yarn using the following command if yarn --version
command doesnot return a version number.
npm install --global yarn
yarn
node server.js