# Installation

All you need to do to get started is to install Opaque JS through npm or yarn

npm install @opaquejs/opaque

After this, you either have to write your own implementaion on how to store, retrieve and update you models, or you go with one of the defaults below.

# First-Party Implementations

# Local Models

npm install @opaquejs/local

# Socket IO Backend

npm install @opaquejs/socketio