Home > @holochain/tryorama > runLocalServices
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; }>