1 ライナーで書いた Web サーバ - kwatchの日記

screenshot

RubyFlow より。なんと 1 ライナーで書いた Web サーバ。 # From: http://www.ntecs.de/blog/articles/2008/02/09/the-worlds-smallest-webserver # Author: Michael Neumann # ... point your browser to http://localhost:3125/etc/motd ruby -rsocket -e 's=TCPServer.new(5**5);loop{_=s.accept;_<<"HTTP/1.0 200 OK\r\n\r\n#{File.read(_.gets.split[1])rescue nil}";_.close}' One-line web server in Ruby [ruby] [unix] [bash] [shell] [web] [server] [socket] [TCP...

http://d.hatena.ne.jp/kwatch/20080429/1209452291
http://b.hatena.ne.jp/entry/http://d.hatena.ne.jp/kwatch/20080429/1209452291