Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(config: ServerConfig) -> Result<SocketAddr, String>
Expand description

Start the embedded Rust backend server.

Returns the actual address the server is listening on.