comp500 / tinymap

A lightweight server-side stateless web map
MIT License
28 stars 6 forks source link

Block update propagation #15

Open comp500 opened 3 years ago

comp500 commented 3 years ago

Currently, the map doesn't update when you place or break blocks in the world! This could be solved with some sort of WebSockets connection, though I'm not entirely sure if this is in scope for TinyMap or if it could easily be added by an additional mod using an API.