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