Does Realm Sync support creating realtime websites?

We are looking into integrating realm sync into our existing web app, along with our native phone apps. Our use case is that users can log into our website and edit realtime data collaboratively with other users, along with logging into the phone version and doing the same with offline support.

My question is if the Realm Web SDK supports this type of use case on the web end. There doesn’t seem to be much information on if implementing realm sync into a website is possible, although I did find the collection.watch() method to listen for changes. Is this the right way to go about this?

1 Like

Hi Jordan,

The Web SDK has just introduced capability where it supports Device Sync as a preview feature!

Regards
Manny