kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Make client transport dynamically configurable #65

Closed claustres closed 5 years ago

claustres commented 5 years ago

Now changing transport requires changing the client configuration, which is fixed at build time, so building a new Docker image.

Would be great to expose it as a capability from the server, the client would dynamically adapt itself if possible.

claustres commented 5 years ago

Closing in favor of https://github.com/kalisio/kargo/issues/49 since it seems to be more generic. Indeed some client options would be hardly based on an async operation required to fetch the server capabilities. It also probably breaks the fact that the cordova app is still able to launch event if the server is down.