Function start_websocket_server
Source pub async fn start_websocket_server(port: u16) -> Result<()>
Expand description
Start the WebSocket server for real-time updates
§Examples
use things3_cli::start_websocket_server;
start_websocket_server(8080).await?;
§Errors
Returns an error if the server fails to start