Packages

An Elixir framework to build your own in-house PaaS (Platform as a Service).

Current section

Files

Jump to
antikythera priv gear_template web websocket.ex
Raw

priv/gear_template/web/websocket.ex

defmodule <%= gear_name_camel %>.Websocket do
#
# If your gear needs to interact with clients via websocket protocol,
# - declare a websocket route in your router,
# - uncomment the following line, and
# - provide concrete callback implemetations.
# For more detailed information please refer to documentation of `Antikythera.Websocket`.
#
# use Antikythera.Websocket
end