New web interface for xDAQ applications
Summary
At the moment, xgi
/cgi
is being used to create the web interface of the xDAQ applications. This is an old methodology and hard to use and maintain. We can certainly do better with new web frameworks and a JSON API.
What is the expected correct behavior?
- The xDAQ applications only provide a JSON API;
- The web interface is created with a modern web framework such as Vue.js.