tjdevries / subd

subd - a place to reward your subscribers from any platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run `yew` from within the `chat` application?

tjdevries opened this issue · comments

Can we run them from the same process? Can we start up something like axum or some other http server and use that in combination with wasmpack?

https://yew.rs/docs/getting-started/project-setup/using-wasm-pack

cc @davidbegin since that could make running the application a lot easier (and I wonder if we could reduce serialization because they could pass directly between the process, rather than serializing)

commented

I'm cool running them separate for now, but I also am so ignorant I don't feel confident making calls to combine.

...maybe after week 2 of Rust and writing more than 1 line of Yew 😎