Current section

Files

Jump to
farseer lib farseer handlers websockets.ex
Raw

lib/farseer/handlers/websockets.ex

defmodule Farseer.Handlers.WebSockets do
@moduledoc """
The WebSockets handler can be used to interact with WebSockets.
"""
def handle(_conn, _options) do
:ok
end
end