Implement PoC stream to test webpage via websocket
- 主要语言
- Rust
- 星标
- 3
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
To get this off the ground, we should implement a basic client as a web-app. This will allow us to build out the transport layer without worrying about complexity of a real client app.
- We may need to solve how to encapsulate generic messages from the core system in any transport. How can they become serializable in any means? Chat with copilot.
- For example, core business logic has defined messages. Each transport may need more metadata or other messages in addition to the core messages. Should each transport define it's own duplicate set of messages? Or can they somehow wrap the existing core business logic messages? We also can't assume how each transport wants to serialize and de-serialize messages (if at all), meaning the core messages need to be serializable in any capacity. Is just implementing `serde` enough for that?
- *Probably yes for now*
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。