Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 914 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 914 Bytes

Hiya

3D Social game made in WebGL.

This application uses :

Install node.js

sudo apt-get install software-properties-common
sudo apt-get install python-software-properties python g++ make 
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

Install socket.io

npm install socket.io

Install winston

npm install winston

Configuration

Don't forget to set your server IP into the configuration file.
You can set a folder for the logs into the configuration file but you have to create the folder too.

Start server

nodejs server.js