I have written Ruby code to convert a number to words. Am running it on my ruby console locally.
So now, am considering a very simple webpage with an input text field for users to enter the number and an output field to display the result.
I could have written the code in Javascript, but I preferred to hide the code from users, and at the same time I wanted to get my hands dirty trying to learn Ruby.
So now, what are my options, should I use Sinatra (heard it is the most basic framework) or can it be done without any framework?