publish ( channel -- id )


Vocabulary
channels.remote

Inputs
channela channel object


Outputs
ida string


Word description
Make a channel accessible via remote Factor nodes. An id is returned that can be used by another node to use to and from to access the channel.

Examples
<channel> publish


See also
<remote-channel>, unpublish

Definition