6 ms·
Hey, this is exactly how https://flet.dev https://flet.dev works! :) There's a UI server written in Go, you write your program in Python which manipulates a vir
by appveyor 4y ago
Hey, this is exactly how https://flet.dev https://flet.dev works! :) There's a UI server written in Go, you write your program in Python which manipulates a virtual DOM with commands via WebSockets, and there's a Flutter client that renders UI from that DOM: https://flet.dev/blog#current-flet-architecture https://flet.dev/blog#current-flet-architecture
I'd love to add other languages, but currently so busy with a top-notch Python support!
- apatheticonion 4y agoThis is great! Looking into it - thanks for sharing