Function holochain::conductor::interface::websocket::spawn_websocket_listener[][src]

pub async fn spawn_websocket_listener(
    port: u16
) -> InterfaceResult<(ListenerHandle, impl Stream<Item = ListenerItem>)>
Expand description

Create a WebsocketListener to be used in interfaces