1.0.4 • Published 2 years ago

xpeer-client v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

xpeer-client

A Javascript client implementing the xpeer spec

XPeer is currently in beta and under heavy development. Make sure, that your client version is compatible with your server version.

Installation

npm i xpeer-client or yarn add xpeer-client

Usage

Create a connection to a Relay Server:

const client = XPeer.createConnection('wss://my-server.com/xpeer')

Documentation

Docs are currently in progress..., please refer to the xpeer.ts file for now.

Servers

Currently only a server implementation in Golang is available. You can find it here.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago