objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
981 stars 119 forks source link

Two cents: Protecting IP, WASM and flutter web #159

Closed Buggaboo closed 3 years ago

Buggaboo commented 3 years ago

So I understand Objectbox has a business to run, and people need to eat and pay rent. So this semi opensource, closed model was chosen, open for extension, closed for modification.

If a WASM (obfuscated?) binary can be developed for Sync for flutter (web), users can still reuse parts of objectbox-dart, to achieve cross-platformness, also for the web, without FFI.

I think this is worth investigating.

greenrobot commented 3 years ago

Wanted to check out wasm for a while, but we never got around to do it. Might be a nice student project, but time, covid and stuff...

So if someone is interested, please contact us directly.

vaind commented 3 years ago

superseded by #185