pub async fn start_server<P: AsRef<Path>>(path: P) -> Result<()>
Start a local server for IPC
On Unix systems, this uses Unix Domain Sockets On Windows, this falls back to TCP localhost connections