0

I'd like to use noflo.js's workflow co-ordination in a browser application. Is that possible?

If it's not possible, my bonus question is what is a workflow co-ordination library that does work in the browser, and allows external (i.e. not code) representations of the workflow?

Marcin
  • 48,559
  • 18
  • 128
  • 201
  • Yes, there are even two [examples](http://noflojs.org/example/) for browser use. Specifically look into the [second one](https://github.com/noflo/dataflow-noflo). – Artjom B. Nov 04 '14 at 10:56
  • This question appears to be off-topic because it is about something that can be found in the framework examples. – Artjom B. Nov 04 '14 at 10:57
  • @ArtjomB.Thanks for the info. – Marcin Nov 04 '14 at 14:43

1 Answers1

2

Yes. https://app.flowhub.io/ currently lists 7 client-side examples. (app.flowhub.io aka noflo-ui is a more-full-featured example, but is in flux.)

https://github.com/noflo/noflo-browser-app/ is some new work that allows debugging of a client-side app in another window, browser, or device via WebRTC. Alpha demo, but it seems to work.

forresto
  • 12,078
  • 7
  • 45
  • 64