Browse Source

Merge pull request #709 from bennlich/patch-1

add a link to a working example app
Alex Sosnovskiy 4 năm trước cách đây
mục cha
commit
6d27467938
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -7,6 +7,10 @@
 
 
 PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built on top of WebRTC, supporting both data channels and media streams.
 PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built on top of WebRTC, supporting both data channels and media streams.
 
 
+## Live Example
+
+Here's an example application that uses both media and data connections: https://glitch.com/~peerjs-video. The example also uses its own [PeerServer](https://github.com/peers/peerjs-server).
+
 ## Setup
 ## Setup