Goal is to develop a more responsive front-end for MOP.
Researching various free options available for this:
- Plotly-Dash: Good and mostly in Python but key documentation behind a paywall
- Shiny: Nice dashboards and Python based but mostly embedded in an iframe rather than fully integrated with Django
- Panel: Python based and well documented.
However, all of these options will require deployment with an ASGI server such as Daphne rather than a WSGI service like Gunicorn.
Goal is to develop a more responsive front-end for MOP.
Researching various free options available for this:
However, all of these options will require deployment with an ASGI server such as Daphne rather than a WSGI service like Gunicorn.