On Wed, Dec 30, 2020 at 9:25 AM lexcorp <[email protected]> wrote:
> This is another Guacamole Client implementation usign Angular > > https://github.com/ILLGrenoble/ngx-remote-desktop > > https://github.com/ILLGrenoble/ngx-remote-desktop/tree/master/demo > > < > http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/file/t1534/screenshot.png> > > > But this is in Angular Framework, I´m want to make an Guacamole Client > using > PHP. > > Okay, the first, and most important question, is: why? What's driving the need or desire to have this written in PHP? The second question is what, exactly, are you trying to rewrite in PHP? There are some of the JavaScript components that cannot be replaced with PHP, because they deal with functionality that has to be accessed at the browser level. Things like mouse and keyboard event handling and audio functionality require JavaScript to actually capture events and send them on through the tunnel. The other side of the Client portion - the WSS tunnel, REST API, etc. - are portions you could probably implement in PHP, replacing the Java Servlet with PHP components, if you wanted. It would be helpful to get a clearer view of what your end goal is. -Nick
