Which Realm Libary to use for VueJS

I have been using the old Stitch SDK with my Vue application. I am looking to migrate into the Realm SDK. Which library should I use with VueJS. Will it be the Web SDK or NodeJS SDK?

Hi @Salman_Alam,
I think it mostly depands what features you need and how do you write your application clients.

For example if you look into implementing the offline first approach with Realm Sync you should use a node or js sdks since realm-web does not support this capability.

Thanks,
Pavel