https://github.com/elixir-webrtc/ex_turn
An Elixir implementation of TURN client (RFC 5766)
https://github.com/elixir-webrtc/ex_turn
elixir networking turn webrtc
Last synced: 4 months ago
JSON representation
An Elixir implementation of TURN client (RFC 5766)
- Host: GitHub
- URL: https://github.com/elixir-webrtc/ex_turn
- Owner: elixir-webrtc
- License: apache-2.0
- Created: 2024-03-21T10:16:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T16:19:30.000Z (over 1 year ago)
- Last Synced: 2025-08-17T21:22:13.910Z (10 months ago)
- Topics: elixir, networking, turn, webrtc
- Language: Elixir
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExTURN
[](https://hex.pm/packages/ex_turn)
[](https://hexdocs.pm/ex_turn)
[](https://github.com/elixir-webrtc/ex_turn/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_turn)
In-memory implementation of the TURN client.
Implements:
* [RFC 5766](https://datatracker.ietf.org/doc/html/rfc5766)
## Installation
```elixir
def deps do
[
{:ex_turn, "~> 0.2.1"}
]
end
```