node-webrtc / node-webrtc-examples

MediaStream and RTCDataChannel examples using node-webrtc
508 stars 161 forks source link

Is it possible to add a PeerJS example? #8

Open maxpavlov opened 4 years ago

maxpavlov commented 4 years ago

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.

markandrus commented 4 years ago

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.

ahmetozalp commented 4 years ago

are these related examples?