phoenix_jank v0.1.0 Jank.Endpoint

Use this module as an extension to add a Jank data socket to your Phoenix.Endpoint.

defmodule YourApp.Endpoint
  # ...
  use Jank.Endpoint
  # ...
end