You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RIA is constructed as a single HTML page which is rendered by an embedded javascript application and is styled via CSS stylesheets. The RIA leverages the following 3rd party plugins:
bootstrap - a front-end development framework for building responsive modern websites
The API is constructed as a python based web server application. As well as the standard HTTP communication protocol it also supports the Web Sockets (WS) communication protocol thereby supporting the construction of real-time web applications that push notifications to connected clients over web socket channels. The API leverages the following: