cybe42 / zeo

new game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeo


Software Required to run Zeo Multiplayer:

- Docker

or if you plan on not running in a Docker environment,

you will need:

- Node.js
- NPM

How to run in a Docker environment

To build the Docker environment,

type these commands:

$ chmod +x builddocker.sh
$ chmod +x rundocker.sh
# ./builddocker.sh



To run the Docker environment:

# ./rundocker.sh

Both the WebServer and the WebSocket server will start, The WebServer hosts the main HTML File using Express and the WebSocket Server listens for connections at the port 4685.



Running without Docker

(This is assuming you already cloned the repository)

$ npm install
$ node webserver.js

However, it is still recommended you run in a Docker Environment as otherwise it can pose security risks such as the host machine being compromised.

About

new game


Languages

Language:JavaScript 75.3%Language:HTML 20.7%Language:Shell 3.1%Language:Dockerfile 0.9%