Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Install the Web SDK

On this page

  • Overview
  • Before You Begin
  • Install the Web SDK
  • Install for Node.js

This page shows you how to install the Web SDK to use with your application.

Before you begin installation, you need to create an App Services App for your web app to use.

Note

React Native & Node.js SDKs

We also provide SDKs built for React Native and Node.js. Generally, you should use these when creating apps in these environments. Alternatively, you can use the Web SDK for React Native or Node.js apps.

Further reading:

Tip

Atlas Device SDK and Realm

The JS SDKs use the Realm Core database for device data persistence. When you install the Web SDK, the package names reflect Realm naming.

In order to use the Web SDK for Node.js environments, you must install two additional peer dependencies:

npm install realm-web node-fetch abort-controller
← Atlas Device SDK for the Web