Realm Web SDK
The Realm Web SDK enables browser-based applications to access data stored in MongoDB Atlas and interact with Atlas App Services services like Functions and authentication. The Web SDK supports both JavaScript and TypeScript applications.
The Web SDK does not support creating a local database or using sync. Instead, web apps built with Realm use GraphQL or the Query API to query data stored in Atlas.
Note
The Web SDK does not support JavaScript or TypeScript applications written for the Node.js (server-side) environment or React Native mobile apps. For those use cases, you should consider the Node.js SDK and the React Native SDK.