From 48855095a3d837c51d643aee5d0ebf9b044449c9 Mon Sep 17 00:00:00 2001 From: tharvik Date: Mon, 26 Feb 2024 13:53:14 +0100 Subject: [PATCH] iso-wrtc: add readme --- isomorphic-wrtc/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 isomorphic-wrtc/README.md 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.