1.0.0 • Published 11 months ago

@epfml/isomorphic-wrtc v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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.

1.0.0

11 months ago