Skip to content

SophieDeBenedetto/stream_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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