Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 921 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 921 Bytes

ALFMonitor

Monitor your ALF application!

See:

docker compose up
# or
docker compose up --build

# in other tab
docker compose watch

alt text

localhost:4000 - Monitor

localhost:8080 - The game. Open in two browsers

Issues

docker system prune --all --force --volumes

Run without docker

# tictactoe backend
iex --sname tictactoe@localhost -S mix run --no-halt
# tictactoe fronted
npm run serve
# monitor
NODE=tictactoe@localhost iex --sname monitor@localhost -S mix phx.server

Notes

Simple websockets: https://medium.com/@loganbbres/elixir-websocket-chat-example-c72986ab5778