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. 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.
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.