Reputation: 11
We want to define a graph via flowhub which should
In the first step we want to call the graph with a button on our homepage. Normally it's started via javascript but we don't know how we should call the graph. Is there an url with port which forwards the request to our graph and gets the response as answer which we can handle or how does this kind of noflo process work?
Upvotes: 0
Views: 101
Reputation: 930
So, for this there are couple of ways to go, depending how your setup looks like.
If your graph requires NoFlo on Node.js, then you could either:
If your graph doesn't require server-side functionality, the other option is:
Upvotes: 1