forked from macournoyer/thin
-
Notifications
You must be signed in to change notification settings - Fork 1
A very fast & simple Ruby web server
License
coExp/thin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== Thin Tiny, fast & funny HTTP server Thin is a web server written entirely in Ruby in the simplest way possible. It does as little as possible to serve your Rails application, which makes it one of the fastest Rails server out there. === Installation For the latest stable version: sudo gem install thin or using my mirror: sudo gem install thin --source http://code.macournoyer.com Or from source: svn co http://code.macournoyer.com/svn/thin/trunk thin cd thin rake install === Usage Thin is usable through Rack +rackup+ command. You need to setup a config.ru file and require thin in it: rackup -s thin example/config.ru See example/config.ru for details and rackup -h === License Ruby License, http://www.ruby-lang.org/en/LICENSE.txt. === Credits The parser was stolen from Mongrel http://mongrel.rubyforge.org by Zed Shaw. Mongrel Web Server (Mongrel) is copyrighted free software by Zed A. Shaw <zedshaw at zedshaw dot com> You can redistribute it and/or modify it under either the terms of the GPL. Thin is copyright Marc-Andre Cournoyer <[email protected]> Please report any bug at http://code.macournoyer.com/thin/trac.fcgi/newticket and security issues directly to me at [email protected].
About
A very fast & simple Ruby web server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published