Changes between Version 6 and Version 7 of Ticket #473
- Timestamp:
- 12/28/13 15:23:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #473 – Description
v6 v7 5 5 I can start a websockets proxy (on port 8080) that points back to xpra (on port 10000): 6 6 {{{ 7 ./websockify.py --web /home/antoine/projects/Xpra/trunk/html5/ 8080 localhost:100007 ./websockify.py --web ./Xpra/trunk/html5/ 8080 localhost:10000 8 8 }}} 9 9 And if I use the new tcp-proxy code: