newbie question...can this work with a Python backend? #565
-
I am tinkering around with some beginner flask and vue tutorials curious if I could use this with Flask back end? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I don't see why you can't :) How you handle your backend is really up to your preferences 😄 |
Beta Was this translation helpful? Give feedback.
-
Yeah cool...do I need to be a Typescript expert to use VUE flow?
…On Thu, Dec 29, 2022, 8:12 AM Braks ***@***.***> wrote:
I assume what you want to build is similar to this?
[image: image]
<https://camo.githubusercontent.com/093acd039bd2131f65afb2ca365292212ac5f8f376cc2c6db794d16f8224db63/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3937383034313334333330373834313537372f313032383732363034373534373630353037332f494d475f303533352e676966>
The app in the image was built with vue-flow and shown off on the Discord,
so if you're looking to build something similar: Yes sure it's possible, I
don't see why it wouldn't :)
—
Reply to this email directly, view it on GitHub
<#565 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC4BHLI5KZOPAE3WWJL7FDWPWL5NANCNFSM6AAAAAATLRQYZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I don't see why you can't :)
In a professional product I work on, we also use Vue Flow on the frontend to visualize some data processing pipelines and the Backend is written in python.
We just send the output of the
toObject
action by vue flow to the backend, save that somewhere and use that expression again when loading the graph.How you handle your backend is really up to your preferences 😄