A tiny resource with webmap displaying player positions
Any improvements or suggestions in forms pull requests or issues are highly appreciated.
- Clone the repo
- Run
npm install
to install dependencies - Run
node index.js
to start
By default the resource is configured to run for the localhost server. To change that and make it avaliable for others to see your webmap, you need to do few things:
- Make sure to configure HTTP_PORT and WEBSOCKET_PORT in the
index.js
- Make sure to change URI for Websocket client in the
static/index.html
(you would need to provide a proper host and port so that other people would be able to connect)
Map image is created by djbozkosz