8000 GitHub - srcrip/ex_webrtc: An Elixir implementation of the W3C WebRTC API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

srcrip/ex_webrtc

 
 

Repository files navigation

ExWebRTC

Hex.pm API Docs CI codecov

Implementation of the W3C WebRTC API in Elixir.

See examples directory for usage examples.

Installation

Add ex_webrtc to dependencies in mix.exs

def deps do
  [
    {:ex_webrtc, "~> 0.1.0"}
  ]
end

About

An Elixir implementation of the W3C WebRTC API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%
0