Is there a way to call a jruby function from javascript, let’s say that I need my user interface to be on the browser side.
Note: I’m not using Ruby on Rails
~ Eder Quiñones
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer
No.
Long answer
You can create some server side application and call it through AJAX.
UPD
And yes: How do you create a Java applet using JRuby? 😀