uniba-swt / swtbahn-cli

A client-server command line interface for the SWTbahn.
GNU General Public License v3.0
7 stars 3 forks source link

Host web-client dependencies locally #102

Closed BLuedtke closed 1 year ago

BLuedtke commented 1 year ago

Currently, for the swtbahn-cli web-client, the jQuery and Bootstrap dependencies are loaded from a CDN.

Firstly, this is problematic if the model railway is to be used with no internet connection, for example when the clients connect via a hotspot offered by the same device that the server is running on.

Secondly, it might be problematic regarding EU data protection laws.

To be on the safe side, we shall try serving Bootstrap and jQuery locally. For this, we have to test whether the page loading speed is negatively impacted, and whether this is legal/possible from a license standpoint.