To start Phoenix application:
- Install dependencies with
mix deps.get
- 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