New step now:
I’m currently developping a gateway to monitor my SSCS servers, using Phoenix/LiveView/Tailwind with the idea to fully use real time features (thanks to the Stephen Bussey’s new book) and minimal DB access (BTW, only a small ETS).
I have added a new module to the SSCS server to manage the Phoenix Channel communications (using MobileOverload Elixir Channel Client library) and the first results are encouraging !
To be continued…