Skip to content

Instantly share code, notes, and snippets.

@zorbash
Created February 24, 2014 21:16
Show Gist options
  • Select an option

  • Save zorbash/9197293 to your computer and use it in GitHub Desktop.

Select an option

Save zorbash/9197293 to your computer and use it in GitHub Desktop.
ngix + mruby experiment
begin
word = `shuf /usr/share/dict/words | head -1`.chomp
Nginx::rputs JSON::stringify({ word: word})
rescue Exception => e
Ngixn::rputs e
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment