Hi everyone!
So I'm working on an IoT project where a user would be able to create a flow of commands on a UI, and then have that code be executed on a backend. Is this feasible with Blockly? I'm working with a Spring Boot app, so ultimately the blocks would need to be parsed to Java/Kotlin, which doesn't seem to be officially supported. Are there any sample projects you think might help to get started?
This headless demo that generates python code from xml seems pretty relevant:
Would this xml then need to be parsed at runtime on the backend? Or is there a more straightforward way?
I just started looking into Blockly and I'm still digging through the awesome documentation, so I could have easily missed something.
Thank you,
Madhu