peerjs icon indicating copy to clipboard operation
peerjs copied to clipboard

Add this basic example to Your docs / website

Open micouy opened this issue 4 years ago • 2 comments

Hi! PeerJS's docs are clear and include short snippets of code, however there's only one full example and it's ~500 lines long. I've compiled together the snippets from your docs and added some buttons and input fields to make a very basic chat. The entire code is 70 lines long and I've tried to make it as readable as possible. Feel free to add it to Your docs or the website as a link or just copy the code.

~~https://github.com/micouy/simple-examples/tree/master/peer-js-chat~~ EDIT: https://github.com/micouy/simple-examples/tree/master/peerjs-chat

micouy avatar Jul 02 '21 16:07 micouy

This is the correct url: https://github.com/micouy/simple-examples/tree/master/peerjs-chat

FelixSelter avatar Jul 12 '21 12:07 FelixSelter

@micouy thanks! I'm going to update the documentation for v2. And it'll be a good place for your example.

afrokick avatar Feb 20 '22 20:02 afrokick