@epfml/isomorphic-wrtc
v1.0.0
Published
Isomorphic implementation of WebRTC
Readme
isomorphic-wrtc
Allow to load a different WebRTC implementation depending on the platform.
- on node, load node-datachannel, a C++ plugin
- in browser, simply exposes the available WebRTC implementation
It allows to simply import wrct from 'isomorphic-wrtc' and get the same coding experience.
It is also augmented with types.
