1.0.8 • Published 6 years ago

discovery-cloud v1.0.8

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

Discovery Cloud Client

A simple discovery cloud client library that can be paired with the discovery-cloud-server to be used as a cloud based alternative to hyperswarm

Example

import { Repo } from 'hypermerge'

import Client from 'discovery-cloud'

const repo = new Repo({ memory: true })

const swarm = new Client({
  url: 'wss://fish-monger-9999.herokuapp.com',
})

repo.setSwarm(swarm)

License

MIT

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago