|
@@ -1,5 +1,8 @@
|
|
# PeerJS: Simple peer-to-peer with WebRTC #
|
|
# PeerJS: Simple peer-to-peer with WebRTC #
|
|
|
|
|
|
|
|
+[](#backers)
|
|
|
|
+ [](#sponsors)
|
|
|
|
+
|
|
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.
|
|
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.
|
|
|
|
|
|
### [http://peerjs.com](http://peerjs.com)
|
|
### [http://peerjs.com](http://peerjs.com)
|
|
@@ -86,12 +89,35 @@ peer.on('call', function(call) {
|
|
|
|
|
|
### [Changelog](https://github.com/peers/peerjs/blob/master/changelog.md)
|
|
### [Changelog](https://github.com/peers/peerjs/blob/master/changelog.md)
|
|
|
|
|
|
|
|
+## Contributors
|
|
|
|
+
|
|
|
|
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
|
|
|
+<a href="graphs/contributors"><img src="https://opencollective.com/peer/contributors.svg?width=890&button=false" /></a>
|
|
|
|
+
|
|
## Backers
|
|
## Backers
|
|
|
|
|
|
Thank you to all our backers! [[Become a backer](https://opencollective.com/peer#backer)]
|
|
Thank you to all our backers! [[Become a backer](https://opencollective.com/peer#backer)]
|
|
|
|
|
|
<a href="https://opencollective.com/peer#backers" target="_blank"><img src="https://opencollective.com/peer/backers.svg?width=890"></a>
|
|
<a href="https://opencollective.com/peer#backers" target="_blank"><img src="https://opencollective.com/peer/backers.svg?width=890"></a>
|
|
|
|
|
|
|
|
+
|
|
|
|
+## Sponsors
|
|
|
|
+
|
|
|
|
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/peer#sponsor)]
|
|
|
|
+
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/0/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/0/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/1/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/1/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/2/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/2/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/3/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/3/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/4/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/4/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/5/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/5/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/6/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/6/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/7/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/7/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/8/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/8/avatar.svg"></a>
|
|
|
|
+<a href="https://opencollective.com/peer/sponsor/9/website" target="_blank"><img src="https://opencollective.com/peer/sponsor/9/avatar.svg"></a>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
## License
|
|
## License
|
|
|
|
|
|
PeerJS is licensed under the [MIT License](https://tldrlegal.com/l/mit).
|
|
PeerJS is licensed under the [MIT License](https://tldrlegal.com/l/mit).
|