start
Starts the cluster by initializing the HTTP client and HTTP server components.
This method sets up the necessary infrastructure to support the cluster's operations, including creating an HTTP client for interactions and a server to handle incoming requests.
Parameters
wait
Specifies whether the method should block until the server stops. If true, the method will wait for the server to finish running. If false, it will return immediately after starting the server.