xpeer-client
v1.0.4
Published
xpeer js client
Downloads
1
Readme
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.