RabbotVR / Server

Socket IO Node Server for Rabbot Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Install node
  2. Navigate to the project folder: cd RabbotServer
  3. Install dependencies: npm install
  4. To start the server run: npm run start

Additional instructions

  • To change the server port, look inside index.js for the following line server.listen(3000);

About

Socket IO Node Server for Rabbot Game


Languages

Language:JavaScript 100.0%