Are there any open source web browsers implemented in Ruby?

Are there any open source web browsers implemented in Ruby? If not, are there any Ruby bindings, preferably cross-platform and actively supported, for open source engines like Gecko and / or Webkit? My Google searches do not show much, so I ask here if anyone who knows more about the Ruby ecosystem has been doing this for a couple of months.

EDIT: The answer to the question of whether the browser should be headless or not, I would say no. What I'm trying to develop is a desktop ebook reader that supports Javascript, where I can launch a web server on the desktop and then point this browser to it to serve as the user interface for the application. In fact, I have made significant progress in this regard with a different language (Tcl) and an open source browser written in Tcl (Hv3), but I'm interested in porting to Ruby for visibility purposes.

+5
source share
1 answer

- GUI. Gtk MozEmbed, Gtk WebKit QtRuby QtWebKit.

+2

All Articles