# flick v0.1.0 - Table of Contents

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

## Pages

- [README](readme.md)
- [LICENSE](license.md)

## Modules

- [Flick](Flick.md): Binary (Erlang External Term Format) WebSocket transport for Phoenix,
paired with `flick.js` on the client.
- [Flick.Socket.Serializer](Flick.Socket.Serializer.md): A `Phoenix.Socket.Serializer` that encodes the whole Channels envelope
(`join_ref`, `ref`, `topic`, `event`, `payload`) as a single Erlang
External Term Format (ETF) binary, paired with `flick.js`'s channel
serializer on the client.

## Mix Tasks

- [mix flick.install](Mix.Tasks.Flick.Install.md): Installs flick into a Phoenix project.

