In memory chat with login and presence functionality built using Phoenix.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
- Elixir: https://elixir-lang.org
- Phoenix: https://www.phoenixframework.org/
- LiveView: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html
- Presence: https://hexdocs.pm/phoenix/Phoenix.Presence.html
- GenServer: https://hexdocs.pm/elixir/GenServer.html
- Agent: https://hexdocs.pm/elixir/1.12.3/Agent.html