Package Exports
- tahi
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tahi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tahi
A shared peer-to-peer state for multiple users connected by WebRTC.
demos
use
- Install
yarn add tahi
ornpm install --save tahi
- TODO: documentation, until then please see the examples
todo
- Make this list
- Make example with PeerJS
- Make example with Vanilla WebRTC
- Make documentation
- Make compatible with redux middleware (tested with redux-thunk only)
- Support Edge, when it implements the data channel for WebRTC. To help push Edge please vote.