simperium

A simperium client for node.js

Usage no npm install needed!

<script type="module">
  import simperium from 'https://cdn.skypack.dev/simperium';
</script>

README

Simperium Client library for Node.js

Build Status

Goal: To have a feature complete Simperium client using the websocket API and adaptable local storage layers.

Features

Currently with this library you can:

  • authorize/create users
  • fetch bucket indexes
  • send receive changes

See the example to get an idea of how the API looks.

Unit Tests

Uses Mocha for testing.