deb-novnc/TODO
2010-04-15 10:16:30 -05:00

26 lines
616 B
Plaintext

- Better status and error feedback.
- Get working in firefox using flash web-socket-js:
http://github.com/gimite/web-socket-js
- Only load Flash stuff if needed:
var x='< script type="text/javascript" src=';
var y='><\/script>';
var t='';
t+= x+'file1.js'+y;
t+= x+'file2.js'+y;
t+= x+'fileA.txt'+y;
document.write(t);
- Version without mootools:
- test cross-browser
- Add WSS/https/SSL support to page and wsproxy.py
- Make C version of wsproxy.py
- Implement UI option for shared.
- Upgrade to protocol 3.8
- implement ZRLE encoding