Packages

HTTP and WebSocket echo server as an OTP Application

Current section

Files

Jump to
echo_boy lib echo_boy config.ex
Raw

lib/echo_boy/config.ex

defmodule EchoBoy.Config do
def port do
Application.get_env(:echo_boy, :port)
end
end