Version 1 (modified by 6 years ago) (diff) | ,
---|
HTML5 Client
You can access the current version of the HTML5 client here: html5/connect.html.
To setup your xpra server with HTML5 support:
- you must have websockify installed
- use both the
bind-tcp=...
and thehtml=on
flags on the command line, ie:xpra start --bind-tcp=0.0.0.0:10000 --html=on --start-child=xterm
You can then point your browser to http://localhost:10000/ and the xterm should appear in your browser window.
Note: you probably want to add authentication, etc.