pub async fn start_server(
    config: Config,
    db: Database,
    modules: &Modules,
    stop: Receiver<()>
) -> Result<(SocketAddr, JoinHandle<Result<()>>)>
Expand description

Spawns the api server for this node