README.md
# WebRTC Server
An Elixir signaling server for WebRTC based on
[`Cowboy WebSocket`](https://ninenines.eu/docs/en/cowboy/2.6/manual/cowboy_websocket/).
Consists of two main parts: Peer and Room.
## Example applications
Example applications based on [`Plug`](https://hexdocs.pm/plug/) can be found
[here](https://github.com/membraneframework/membrane-demo/tree/master/webrtc/).
## Copyright and License
Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[![Software Mansion](https://membraneframework.github.io/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)