diff --git a/isomorphic-wrtc/README.md b/isomorphic-wrtc/README.md new file mode 100644 index 000000000..533d1ba63 --- /dev/null +++ b/isomorphic-wrtc/README.md @@ -0,0 +1,10 @@ +# isomorphic-wrtc + +Allow to load a different WebRTC implementation depending on the platform. + +* on node, load @koush/wrtc, 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.