Would it be possible to create a system which executes a Ruby script on a VPS (according to what is entered in a client-browser) and then retrieve the data from the Ruby script or database?
Many thanks.
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.
You can use AJAX. There is a tutorial on W3Schools and other places if you search. Here is an example:
If you use jQuery or a similar library, the code would be a but simpler, but this will work. Between this example and the tutorial, I think you will be able to make it work. You can just plug in your URL and change the line that handles the response to whatever you need. Let me know how it goes.