summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-01-31 10:34:42 -0600
committerJoel Martin <github@martintribe.org>2011-01-31 10:34:42 -0600
commit0a2f85026794b5b3b14da81387274e85b6247aa1 (patch)
tree00bb4651ad689b7006e99b7f3ebb8a723d6970f5 /docs
parent58995c6f10319ec11f3a810a7bd81b4b9a28925e (diff)
downloadwebsockify-0a2f85026794b5b3b14da81387274e85b6247aa1.tar.gz
Reap websockify zombies. Add IE9 fix for websock.js.
Reap websockify zombies. Fixes: https://github.com/kanaka/noVNC/issues#issue/47. Thanks NeilW. Changes to get web-socket-js to work with IE9. Right now it's a hack to get around: https://github.com/gimite/web-socket-js/issues#issue/41. The hack is to disable caching of the flash objects by appending "?" + Math.random() to the end of the flash object path (but only when using IE).
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index cdf0c41..a1dd86d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,3 +3,9 @@
- create gevent version:
http://nichol.as/benchmark-of-python-web-servers
http://n01se.net/paste/QXO
+
+ - Need at least libevent-1.4 (i.e. not 9.04 Jaunty)
+
+ sudo aptitude install python-dev libevent-dev python-setuptools
+
+ sudo easy_install gevent