Using lib2p to launch external processes

Hello all,

lib2p seems to be great for storing and transferring data in a node-independent, distributed fashion. Can it do the same with launching external processes?

Example: if I have a lib2p based cluster, can I ask lib2p to launch a third party process, with the execution handled by the cluster (or at least some nodes of it) and have the data stay within the cluster.

Any help much appreciated.

Cheers,

Boris.

:wave:

I am not sure I follow. libp2p is a library only, thus from your binary, depending on the platform you are running, you can launch any additional processes.