<@U0C1JH0RF> probably not webasm for me. something...
# datascience
k
@gaetan probably not webasm for me. something along the lines of a raspberry pi, which could stream plots of sensor data to a browser connected over a network
g
I’m not sure to understand why you need a native viz tool if the browser is going to perform the rendering. It could be managed by a js application.
k
native-embedded tool, not necessarily written entirely in kotlin. so something that has an embedded webview and does the rendering in js what im talking about, which might be the same as what you're referring to (a js application)
im suggesting the rendering could be done in js, and kotlin/jvm could spawn a JavaFX WebView to embed the js rendering code, and kotlin/native could spawn e.g. a GTK WebView to embed the js rendering code
g
I have to make tests on that deployment scenario.