SEDailyRT
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Test
mix test
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Todo
- Create lobby channel
- Create per podcast channel
- Make chat persistent (Sanitize user content!!!!)
- Load last 20 messages when a user joins
- Handle disconnects property