Current section
Files
Jump to
Current section
Files
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