Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 476 Bytes

File metadata and controls

16 lines (11 loc) · 476 Bytes

BaatCheet

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.