node-webrtc-examples icon indicating copy to clipboard operation
node-webrtc-examples copied to clipboard

Is it possible to add a PeerJS example?

Open maxpavlov opened this issue 5 years ago • 2 comments

Hello. So node-webrtc is a great thing that enables us to have webrtc capability on the server as well, while not relying on electron+chromium dependency as the other node approaches do.

But for instance, PeerJS shim is getting very popular, but this repo lacks the example on one could use PeerJS in the browser and be able to connect to node server for communication.

I think there are some examples in Issues for main repo but PeerJS deserves its own example here.

Thanks in advance.

maxpavlov avatar Nov 22 '19 14:11 maxpavlov

Thanks. I think this is a decent suggestion. We could land such an example here or in a separate repo (perhaps PeerJS’s repo itself?). Otherwise, I’m open to PRs.

markandrus avatar Nov 23 '19 20:11 markandrus

are these related examples?

ahmetozalp avatar Jun 24 '20 18:06 ahmetozalp