ex_webrtc
ex_webrtc copied to clipboard
An Elixir implementation of the W3C WebRTC API
trafficstars
Elixir WebRTC is an implementation of the W3C WebRTC API in the Elixir programming language.
Installation
Add ex_webrtc to the list of dependencies in mix.exs
def deps do
[
{:ex_webrtc, "~> 0.4.0"}
]
end
Getting started
To get started with Elixir WebRTC, check out:
- the Introduction to Elixir Webrtc tutorial
- the examples directory that contains a bunch of very simple usage examples of the library
- the
appsrepo with example applications built on top ofex_webrtc - the documentation, especially the
PeerConnectionmodule page
If you have any questions, ideas or topics to discuss about Elixir WebRTC, head to the discussions page.