Packages

Format-agnostic socket library with pluggable packet framing, a reusable drain engine, and multi-protocol transport support.

Current section

Files

Jump to
xturn_sockets README.md
Raw

README.md

# XTurn Sockets
Socket system providing UDP, TCP, TLS and DTLS for the XTurn server
## Installation
This package can be installed by adding `xturn_sockets` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:xturn_sockets, "~> 0.1.0"}]
end
```