4.1.0 • Published 5 years ago

nymph-client-node v4.1.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
5 years ago

Nymph Node Client - collaborative app data

Latest Stable Version Open Issues License

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 } = require('nymph-client-node');

Then provide the options to Nymph.init:

Nymph.init({
  restURL: 'https://yournymphrestserver/path/to/your/rest.php',
  pubsubURL: 'wss://yournymphpubsubserver'
});

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.

4.1.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

3.0.0-beta.1

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.0.0

6 years ago

0.0.1-alpha4

6 years ago

0.0.1-alpha3

6 years ago

0.0.1-alpha2

7 years ago

0.0.1-alpha1

7 years ago