Skip to content

Instantly share code, notes, and snippets.

@nysalor
Last active August 29, 2015 13:59
Show Gist options
  • Save nysalor/10698976 to your computer and use it in GitHub Desktop.
Save nysalor/10698976 to your computer and use it in GitHub Desktop.
# 超簡易webサーバ
require "webrick"
include WEBrick
HTTPServer.new(Port: 8888, DocumentRoot: ".").start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment