Skip to content

Commit

Permalink
iso-wrtc: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 26, 2024
1 parent 140d23b commit 4885509
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions isomorphic-wrtc/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4885509

Please sign in to comment.