Hacker News new | ask | show | jobs
by EricR23 5143 days ago
Interesting. I wonder, though, what the advantages of executing sandboxed ruby in the browser are?
2 comments

This would let you write Chrome extensions in Ruby (rather than JS).
You could already do that by compiling Ruby with Emscripten, there is nothing new here.
Porting a rails application to run serverless.