Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 637 Bytes

tryorama.runlocalservices.md

File metadata and controls

21 lines (14 loc) · 637 Bytes

Home > @holochain/tryorama > runLocalServices

runLocalServices() function

Spawn a signalling server to enable connections between conductors.

Signature:

runLocalServices: () => Promise<{
    servicesProcess: ChildProcessWithoutNullStreams;
    bootstrapServerUrl: URL;
    signalingServerUrl: URL;
}>

Returns:

Promise<{ servicesProcess: ChildProcessWithoutNullStreams; bootstrapServerUrl: URL; signalingServerUrl: URL; }>