Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 412 Bytes

Membrane QUIC Plugin

Plugin containing elements for sending and receiving data over QUIC. It contains also QUIC server.

Installation

The package can be installed by adding membrane_quic_plugin to your list of dependencies in mix.exs:

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

Usage

TODO

License

Licensed under the Apache License, Version 2.0