Slide 14
Slide 14 text
Rack: A modular Ruby web server interface
Rack provides a minimal, modular, and adaptable interface
for developing web applications in Ruby. By wrapping HTTP
requests and responses in the simplest way possible, it
uni
fi
es and distills the bridge between web servers, web
frameworks, and web application into a single method call.
source: github.com/rack/rack/blob/main/README.md