You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: