Skip to content

Releases: meliyn/godot-web-test-server

V.1.1.0

26 May 10:44
Compare
Choose a tag to compare

What's new?

  • Install using deno install is available now.
  • It will print Server is running on {HOSTNAME}:{PORT} when you start the server.
  • There are now opt-in logs using -l or --log. (It doesn't do much.)

Full Changelog: v.1.0.0...v.1.1.0

Install/Update

Using deno

If you downloaded the binary version previously, you might need to delete it to avoid conflict.

deno install -Af https://raw.githubusercontent.com/meliyn/godot-web-test-server/main/godot-web-test-server.ts

Download the binary

Download the binary for your platform and put it in your PATH environment variable.

v.1.0.0

26 May 03:58
Compare
Choose a tag to compare

windows only cuz i am lazy to compile it for other platform