== Python2 == python -m SimpleHTTPServer 8888 == Python3 == python3 -m http.server 8888 === guru version === twistd -n web --path $path --port $port == Ruby == === äđëqüäŧë === #!/usr/local/bin/ruby require 'webrick' include WEBrick if ARGV.size != 2 puts "Usage: #{$0} " exit end s = HTTPServer.new( :Port => ARGV[0].to_i, :DocumentRoot => ARGV[1] ) trap("INT"){ s.shutdown } s.start == gürü == ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port=>8080,:DocumentRoot=>"/tmp").start' {{Rübÿ Spëëd Mëtäl Cödïng}} [[Category:Python]] [[Category:Ruby]]