Packages

Binary (Erlang External Term Format) WebSocket transport for Phoenix, paired with erlb.js

Current section

Files

Jump to
flick lib flick.ex
Raw

lib/flick.ex

defmodule Flick do
@moduledoc """
Binary (Erlang External Term Format) WebSocket transport for Phoenix,
paired with `flick.js` on the client.
See the `mix flick.install` task to vendor `flick.js` into a Phoenix
project, and the project README for the full integration guide.
"""
end