Update 'Feature: Bot Web UI'

projectmoon 2021-05-23 23:21:38 +00:00
parent 2cc8b1d592
commit 6b7253ff74
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ Talks to bot via RPC (see External System Integration).
Backend that serves Rust WASM UI. Backend that serves Rust WASM UI.
Problems to solve: Problems to solve:
- How to sync information between bot and backend? Always RPC call? Pub-Sub for eventual consistency? - How to sync information between bot and backend? Always RPC call? Pub-Sub/message passing for eventual consistency but no crazy load?
- Backend to use? Probably Rocket. - Backend to use? Probably Rocket.
- How to integrate into project? Separate repo or some cargo workspace stuff? If using protobuf, need to have access to the protos! - How to integrate into project? Separate repo or some cargo workspace stuff? If using protobuf, need to have access to the protos!
- Do we use a cache of some kind? - Do we use a cache of some kind?