A proof-of-concept Erlang/Elixir project wired together with exerl
that runs a Cowboy server and mounts selected Phoenix (and LiveView/LiveVue) handlers directly inside a Cowboy router.
Goal: keep a single TCP port and no reverse proxy.
┌──────────────┐
TCP:8443 │ Cowboy │ single listener
─────▶ │ Router │ ─────────────────────────────────┐
└──────┬───────┘ │
│ │
(/api, ...) │ (/, /assets, ...) │
│ │
▼ ▼
Erlang Handlers Phoenix Handlers
$ rebar3 compile