Add this basic example to Your docs / website
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
This is the correct url: https://github.com/micouy/simple-examples/tree/master/peerjs-chat
@micouy thanks! I'm going to update the documentation for v2. And it'll be a good place for your example.