Skip to content

Tag: peerjs

Can I use PeerJS without a PeerJS Server?

I am trying to make peer-to-peer browser apps with PeerJS, which is a wrapper for the browser technology WebRTC. I spent several hours reading documentation and googling, but I still have no clue what the PeerJS Server is doing. The documentation of WebRTC mentions STUN and – in certain cases – TU…

Getting a PeerServer key

The PeerJS Documentation says The ‘key’ we’re passing in to the Peer constructor is a PeerServer cloud API key. You can use ours for now, but you should sign up for your own free key. However, the given link just leads to this page, which doesn’t have instructions on how to get a PeerS…