Is there any way to view an X11 window over a network, but as a webpage? I would like to run some applications off of a simple linux server and interact with them through a web browser. Is there any way to do this?
- 
        1You might investigate guacamole: guacamole.incubator.apache.org . I don't know if it can interact with a single X11 window, but it does provide a web (html5) interface to remote desktop clients (VNC).user4556274– user45562742017-10-09 20:00:26 +00:00Commented Oct 9, 2017 at 20:00
- 
        Thanks. Neither was exactly what I was looking for, but I spent a few hours figuring out Guacamole, and it's actually really cool.Nobodyknows2202– Nobodyknows22022017-10-09 23:07:07 +00:00Commented Oct 9, 2017 at 23:07
- 
        1I know its late, but checkout xpra as an option.johnnyb– johnnyb2019-03-29 19:57:56 +00:00Commented Mar 29, 2019 at 19:57
                    
                        Add a comment
                    
                 | 
            
                
            
        
         
    1 Answer
I think the answer you are looking for is in another thread: HTML client for X11 ssh forwarding?
TL;DR: "export your current session with x11vnc and then view it with a web based VNC viewer"

