Skip to content

peguimasid/chatx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatx

💬 A minimal real-time chat app built with Elixir and Phoenix LiveView. Designed as a learning project to explore LiveView features like dynamic presence, real-time updates, and interactive components — without the complexity of authentication or external dependencies.

Screenshot 2025-05-31 at 6 03 03 PM

Features

  • Join with just a name, no login needed
  • See who's online in real time
  • Send and receive messages instantly
  • Clean UI built with Tailwind

Great playground for experimenting with Phoenix Presence and LiveView events

Tech Stack

  • Elixir + Phoenix LiveView
  • TailwindCSS
  • No backend database (ephemeral in-memory state)

To start your Phoenix server

  • Run mix setup to install and setup dependencies
  • 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.

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

Learn more

About

💬 A minimal real-time chat app built with Elixir and Phoenix LiveView.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published