trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.6k stars 125 forks source link

Main graph support in runtime #24

Closed trustmaster closed 3 months ago

trustmaster commented 9 years ago

NoFlo UI talks to the application's main graph via runtime protocol. GoFlow currently creates the main graph in plain Go, but we could add support for the main graph in the runtime part.