ChannelChats

To start Phoenix application:

  1. Install dependencies with mix deps.get
  2. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Simple example of using ETS to store the logs of the chat and display previous chats to users just joining.

This repository is described in greater detail in this post