Search code examples
realmrealm-mobile-platform

Can Realm be used on a Web-App on PC as well?


I am currently working on an app with React Native and we have quite some problems deciding which Database to use.

Realm is one of the options which came into the closer circle, but we are now wondering if it is possible to access a Realm database from both a device and a Desktop/Web Applikation?

Thank you for your time.


Solution

  • Short answer is: 'yes' it can be used. Please look at comments for more detail.