Nymph Node Client - collaborative app data
Powerful object data storage and querying for collaborative web apps.
Installation
npm install --save nymph-client-node
This repository is the JavaScript client for Node. There is also a browser client. For more information, you can see the main Nymph repository.
This package provides fetch and WebSocket ponyfills to Nymph, handles Tilmeld auth tokens, and sets up Nymph.init
to also call PubSub.init
with your configs if you provide a pubsubURL
.
Usage
To use, require it instead of nymph-client
:
const Nymph = ;
Then provide the options to Nymph.init:
Nymph;
For a thorough step by step guide to setting up Nymph on your own server, visit the Setup Guide.
API Docs
Check out the API Docs in the wiki.