Skip to content

Instantly share code, notes, and snippets.

@costajob
Created June 19, 2018 13:23
Show Gist options
  • Save costajob/b98242d981efe4228eb4ed6ec8d6144d to your computer and use it in GitHub Desktop.
Save costajob/b98242d981efe4228eb4ed6ec8d6144d to your computer and use it in GitHub Desktop.
$vertx.create_http_server().request_handler() do |req|
req.response()
.put_header(content-type, "text/plain")
.end("Hello World")
end.listen(9292)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment