antonmi / alf_monitor

ALF Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ALF Monitor


Languages

Language:Elixir 71.8%Language:JavaScript 11.5%Language:CSS 9.0%Language:Vue 5.8%Language:HTML 1.6%Language:Dockerfile 0.3%