I wasn't able to find any issues or examples that demonstrate this. After watching your ratzilla talk, the dream is to have a ratatui binary that works in both a terminal and the Web simultaneously.
My current application starts an ssh server, and the terminal application is started when you ssh to it. I'd like to be able to also start a web server that serves the same app using the webgl backend when a user navigates to it.
Given the core API differences with key events and draw_web, does this seem possible/reasonable?
I wasn't able to find any issues or examples that demonstrate this. After watching your ratzilla talk, the dream is to have a ratatui binary that works in both a terminal and the Web simultaneously.
My current application starts an ssh server, and the terminal application is started when you ssh to it. I'd like to be able to also start a web server that serves the same app using the webgl backend when a user navigates to it.
Given the core API differences with key events and draw_web, does this seem possible/reasonable?