https://github.com/comp500/tinymap
A lightweight server-side stateless web map
https://github.com/comp500/tinymap
Last synced: about 1 year ago
JSON representation
A lightweight server-side stateless web map
- Host: GitHub
- URL: https://github.com/comp500/tinymap
- Owner: comp500
- License: mit
- Created: 2020-10-15T20:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T00:44:03.000Z (about 4 years ago)
- Last Synced: 2025-03-18T13:44:37.219Z (about 1 year ago)
- Language: Java
- Size: 161 KB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyMap

TinyMap is a lightweight server-side web map, which allows viewing a map of your world in a browser. Similar to [Dynmap](https://www.curseforge.com/minecraft/mc-mods/dynmapforge), but simpler and more lightweight.
## How to use
Drop it into your mods folder and start the server (or client if you really want, it works but isn't terribly useful). Once you've started a world, it will say `Open your web browser and navigate to http://127.0.0.1:8080/`, which is the URL you can use to view it in your browser.
If you aren't using the same computer to view the map, you'd need to replace `127.0.0.1` with the IP of your server, and if necessary port forward port 8080.