Decentralised peer to peer chat application using webrtc.
To start
npm install
npm start
server will start on 8080
Visit index.html#1 from one browser (the initiator) and index.html from another browser (the receiver).
An "offer" will be generated by the initiator. Paste this into the receiver's form and hit submit. The receiver generates an "answer". Paste this into the initiator's signal form and hit submit.
Then you can chat with message form.