Jump to content

Rack (web server interface): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m updated description
No edit summary
Line 2: Line 2:
{{Infobox Software
{{Infobox Software
| name = Rack, a Ruby Webserver Interface
| name = Rack, a Ruby Webserver Interface
| logo = [[Image:CampingLogo.png]]
| logo = [[Image:Rack-logo.png]]
| screenshot =
| screenshot =
| caption =
| caption =

Revision as of 08:20, 19 March 2009

Rack, a Ruby Webserver Interface
Stable release
0.9.1 / January 9, 2009
Repository
Operating systemCross-platform
TypeMiddleware
LicenseMIT License
Websitehttp://rack.rubyforge.org/

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 unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.