I want to run in the browser a ruby application using ncurses. To do that, I can use JRuby; but what do I replace ncurses with ?
I am thinking of running JRuby as an applet as decribed here. I have also found some Jave code 1 that does ncurses-like interface but I do not know how do I integrate it with JRuby.