Update README.md

This commit is contained in:
Yehowshua 2025-01-26 21:14:19 +00:00
parent b285e2364e
commit 8d8b72b6b6

View file

@ -1,5 +1,6 @@
# About # About
A tool that lets you remotely try new exotic hardware such as Tenstorrent Wormhole or SiFive P550 Dev board from the comfort of your browser. Example demonstrating how one might architect a single page application
Elm app.
# Building # Building
@ -12,19 +13,4 @@ Now open `http://127.0.0.1:8080` in your browser.
# TODO # TODO
- [ ] Binding to `0.0.0.0` should not be default behavior. - [ ] Address compiler warnings.
- [ ] Rename `term.rs` to `terminal.rs` unless there is a good reason not to.
- [ ] Move to `actix-ws`
- [ ] Use [`spawn_local`][discord_chat] instead of `addr.do_send`
- [ ] Re-factor if and else branches of `term::msg_handler`
- [ ] Stopping the websocket should terminate terminal. The ergonomic way
to do this is to have each widget provision its own stop handler.
- [ ] Reduce warnings, especially from unused imports.
- [ ] Implement logic for `CloseTerm` UpMsg for terminal
- [ ] Implement terminal
- [ ] Start by simply adding new term page
- [ ] Close websocket after 15s of no response(from frontend) to websocket pings
- [ ] Implement dark mode
[discord_chat]: https://discord.com/channels/771444961383153695/771447545154371646/1327308910654259291