BuckarooBanzay ccdd62b619 add metrics
2023-09-20 19:16:47 +02:00
2023-09-20 15:39:12 +02:00
2023-09-20 19:07:52 +02:00
2023-09-20 15:20:46 +02:00
2023-09-20 15:35:25 +02:00
2023-09-20 15:20:46 +02:00
2023-09-20 19:16:47 +02:00
2023-09-20 19:16:47 +02:00
2023-09-20 19:16:47 +02:00
2023-09-20 19:16:47 +02:00
2023-09-20 19:07:52 +02:00
ws
2023-09-19 20:08:55 +02:00
2023-09-20 19:16:47 +02:00

minetest-web

Minetest for the web

Heavily based on the work of @paradust7's minetest-wasm

State: WIP

Running

# initialize npm assets
cd public
npm ci
cd ..

# start app
WEBDEV=true go run .

Visit http://127.0.0.1:8080

Environment vars

  • WEBDEV if "true": all assets are loaded dynamically, anything else: embedded mode
  • ALLOWED_HOST Optional: host to only allow connections to
  • ALLOWED_PORT Optional: port to only allow connections to
Description
No description provided
Readme 23 MiB
Languages
JavaScript 82.7%
Go 13.9%
HTML 2.5%
Dockerfile 0.9%