SoftwareEngineeringDaily / se-daily-rt

Real-time chat client for Software Engineering Daily

Home Page:https://softwareengineeringdaily.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEDailyRT Build Status

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

About

Real-time chat client for Software Engineering Daily

https://softwareengineeringdaily.github.io/

License:MIT License


Languages

Language:Elixir 100.0%