# PeerJS: Peer-to-peer data in the browser # PeerJS provides a complete, configurable, and easy-to-use peer-to-peer data API built on top of WebRTC. Each peer simply provides a identifier with which other peers using the same API key can connect. ##[http://peerjs.com](http://peerjs.com) **Include the library** **Peer** ```html ``` **Connecting peer** ```html ``` ### [Getting started](http://peerjs.com/start) ### [API reference](https://github.com/peers/peerjs/blob/master/docs/api.md) ### [Browser compatibility status](http://peerjs.com/status) ### [PeerServer](https://github.com/peers/peerjs-server) ### [Discuss PeerJS on our Google Group](https://groups.google.com/forum/?fromgroups#!forum/peerjs) ### [Changelog](https://github.com/peers/peerjs/blob/master/changelog.md) ## In the future * Tests * Firefox support * Stream API * Video/audio support