WebRTC Simple Chat Example

This is an example of peer to peer communication between two browsers using RTCPeerConnection. This example tries to be as simple as possible to understand how RTCPeerConnection works.
Join a chat or create a chat and send the link to someone to chat with them.
Your connection information (such as your IP address) will be shared with the other peer to establish the connection.
Messages are not encrypted.
Only works one to one.
Only works in local network or with public IP, if you are behind CG-NAT it will not work.
You can find the code on GitHub.