Docs Menu

Docs HomeRealm

Install Realm - 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 Realm 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

There are Realm 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:

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

npm install realm-web node-fetch abort-controller
←  Realm Web SDKQuick Start - Web SDK →
Share Feedback