I have an ambitious goal to build a cross platform app that would share as much code as possible that would run on desktop, mobile devices and web browsers. The application is going to use realm database with mongoDB atlas for cloud sync.
All of those nice offline-first, automatic sync capabilities are available for desktop and mobile devices. I wonder if I’d be able to use the same for blazor web assembly?
Let’s say it’s not possible, what alternative could I use as database? And what could I do to implement real time sync with mongoDB realm cloud database on blazor as a fallback?