From 0d799c25e38f1e68383f0790de0f199e41a01986 Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Tue, 27 Feb 2024 11:40:44 -0500 Subject: [PATCH] chore: update community link and add discord badge This branch updates the community link to point to the discord community and adds an additional badge to the header. --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c094449d0..a1855fd65 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # PeerJS: Simple peer-to-peer with WebRTC -### https://t.me/joinchat/VWI0UBxnG7f7_DV7 - [![Backers on Open Collective](https://opencollective.com/peer/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/peer/sponsors/badge.svg)](#sponsors) +[![Discord](https://img.shields.io/discord/1016419835455996076?color=5865F2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/Ud2PvAtK37) PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built on top of WebRTC, supporting both data channels and media streams. @@ -11,6 +10,22 @@ PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built Here's an example application that uses both media and data connections: https://glitch.com/~peerjs-video. The example also uses its own [PeerServer](https://github.com/peers/peerjs-server). +--- + +

+ Special Announcement: +
+ + + +
+ We now have a Discord Channel +
+ There we plan to discuss roadmaps, feature requests, and more
Join us today
+

+ +--- + ## Setup **Include the library**