phoenix-liveview-15m.twitter icon indicating copy to clipboard operation
phoenix-liveview-15m.twitter copied to clipboard

Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord

15 minutes real time Twitter clone

Based on Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5.

Updated to use Phoenix ~> 1.6.
You can check the original implementation here, and the diff here

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.