0

I have a noflo Node.js runtime set up with a hosted Noflo-UI. Is there any way to run client-side modules in the same graph as the Node.js runtime? I need to upload an image file, send it to the server, then send it back and display it in the preview window. Thank you very much for any input!

jsnelgro
  • 137
  • 2
  • 11

1 Answers1

0

You cannot run them in the same graph, but you can use a noflo-nodejs runtime as a component in the noflo-browser one. You need to add noflo-runtime as a dependency in your component.json (for browser) and declare the runtime. Example

Jon Nordby
  • 5,494
  • 1
  • 21
  • 50