What and Why ?
What and Why ?
PeerData is a library for bidirectional peer-to-peer transfers of arbitrary data using RTCDataChannel. Simple WebRTC wrapper providing data channel abstraction.
WebRTC needs a messaging service to set up and maintain a WebRTC call.
The sender and receiver RTCPeerConnections run in web pages on different devices, and we need a way for them to communicate metadata. For this, we use a signaling server: a server that can pass messages between WebRTC clients (peers).
PeerDataServer - An ready to use example of signaling server on Node using socket.io.