Appropriate Realm SDK for desktop app

Hi everyone,

Just trying to get some insights on the appropriate Realm SDK for a desktop app built in NextJS, Electron - gRPC. Should it be the NodeJS SDK or the Web SDK?

Any feedback is appreciated. Thank you!

@acru If you want persistence on device then you should go with the node.js SDK - if you want more of a web-client model then I would go with the web SDK

2 Likes

Thanks @Ian_Ward! Leaning towards the NodeJS SDK. The app in essence is a desktop messaging app (with all the bells and whistles) that uses gRPC calls. Then those data would have to stored into the database.