module Cluster
Provides an environment for hosting a cluster of Falcon server workers, where each worker binds its own endpoint.
Definitions
def service_class
The service class to use for the cluster.
Signature
-
returns
Class
Implementation
def service_class
Service::Cluster
end
def url
The host that this server will receive connections for.
Implementation
def url
"http://[::]:0"
end