javascript - Execute Ruby files from a HTML page in non IE -
javascript - Execute Ruby files from a HTML page in non IE -
i have bunch of code written in ruby. want develop web page can run these scripts. there way execute ruby files web page?
if want execute ruby scripts in browser - can utilize ruby compiled https://github.com/kripken/emscripten - scripts executed in page limitations no filesystem access or no threading, highest version of ruby 1.8.7 (for example, here http://codechat.net/)
if want run scrpts from browser via http - can utilize cgi (or similar technologies) illustration http://www.tutorialspoint.com/ruby/ruby_web_applications.htm need wrapper add together valid http headers script output
javascript ruby ajax html5
Comments
Post a Comment