whiteboarding, doc collaboration app #4280
Unanswered
AnirudhVyas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are building a collaboration app with whiteboarding and live doc collaboration and live chart collaboration - my whole backend is library written in Rust. My current plan for MVP is to use Flutter/ Dart and FFI to backend lib that is in Rust.
Is Dioxus a good fit for us? Sorry if thats too generic, what I wanna focus on is capability to:
The UI doesn't need to be fancy, it just needs to work and yes it needs to be fast - if dioxus helps me eliminate Dart and not FFI - my life would be "awesome".
A little rundown, underneath my backend is Rx like (its all Rust with a C here and there) and Event Driven. I have used React before (many moons ago) and I know flutter well. I like reactive programming paradigm and would prefer any declarative ui to sort connect with this paradigm easily. My money is on Zero Copy mostly and predictable thread timeline - minimizing footprint, because a lot of memory footprint will be added by some of the things we are baking in library. Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions