Description
Serves Ruby Rack applications with a concurrent web server designed for real production traffic. It is useful for Rails, Rack apps, APIs, and services that need threaded request handling.
Web servers expose application code to the network. Configure binding address, TLS termination, workers, threads, timeouts, logging, and service supervision before production use.