Gateway PORT - 9999 $ # created with $ mix phx.new gateway --no-assets --no-ecto --no-html --no-gettext --no-mailer --no-live $ # setup and run localy $ mix setup $ iex --no-pry --sname node1 -S mix phx.server $ # shortcut $ iex --no-pry -S mix run