Skip to content

ahmcu007/stream_chat

 
 

Repository files navigation

StreamChat

A Phoenix LiveView application that uses LiveStream to implement a real-time chatting feature. This app is a companion to my blog post on this topic, which you can find here.

The completed code can be found on the main branch. To follow along with the blog post, checkout the start branch.

Getting Startged

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

LiveView app to demonstrating streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 86.9%
  • HTML 9.8%
  • JavaScript 1.8%
  • Dockerfile 1.1%
  • Shell 0.3%
  • CSS 0.1%