-
@frozenpandaman not easily! but all the building blocks would be there if you wanna build it yourself - i'd probably look for a node websocket library which has pluggable serialisation & then hook that up to a sqlite database
-
@frozenpandaman exactly how you send update commands and how you get notified of changes & how that format maps to database reads/writes is probably the tricky bit (besides doing all the admin to get set up & deployed etc, which is obviously the worst part)