A full stack app to present a 2048 x 2048 pixelated map of the world, and player positions (along with their health and xp).
REST API:
- Axum
- internally uses fastnbt and flate2 to decode world files
- nbt.rs has some set up already Templating:
- askama Frontend UI:
- leaflet.js
- embedded ngrok setup
- better map rendering
- USername reading
- Online status for users
- multithreaded start up
- thread to update map every hour
- block and mob stats db