trustmaster / goflow

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

Remote process communication #12

Closed trustmaster closed 6 months ago

trustmaster commented 11 years ago

Once we have a framework to turn a visual graph into a running app, the next step is to let different flow-based apps talk to each other by means of remote ports and connections.

It would be nice to make such communication compatible with NoFlo network protocol noflo/noflo#107, so NoFlo graphs could talk to GoFlow and vice versa.

mackristof commented 9 years ago

Perhaps with GRpc =>https://github.com/grpc/grpc-common/tree/master/go