Search code examples
mysqlswiftrealmrealm-mobile-platform

I am using Realm Mobile Platform i want to display same data on web and Mobile both


I am developing an app by using Realm Mobile Platform. Want to have real-time data transfer between the device, Which is working completely fine by using Realm Mobile Platform. But I am not able to get the data and display it on the server(Website). Example: Slack You can access slack from the different phone and at the same time, you can access it on the web browser.

I want to perform the same kind of feature using Realm Mobile Platform.

Is there any way to import realm Database into MySQL? By this Way, I can show the data on the server as well.


Solution

  • If your website backend is node.js based you can open the same realms on server with the node.js version of realm (https://realm.io/docs/javascript/latest/).