What is Rack?
●
Rack is written in Ruby
●
Rack is a webserver framework
●
Rack is between the webserver and your app
●
Rack can be a webapp, if it's a simple task
●
Apps can be anything: Rails, Sinatra, merb etc.
●
Rack is dead simple, even I understood it
Add a Comment
This document has made it onto the Rising list!