2009-08-29 135 views
0

我刚刚阅读了关于HTML 5的WebSocket接口。我如何开始尝试这个?哪些浏览器版本已经实现了这一点?HTML 5 WebSocket

回答

1

http://www.youtube.com/watch?v=CrV9jJQn_MA采取它看起来像是有一个补丁,它可以在Mozilla Firefox中启用它(不会自带)。

see: https://bugzilla.mozilla.org/show_bug... 

In order to apply the patch, you have to: 
1. Download the patch from the link above 
2. Download the mozilla source code: 
hg clone http://hg.mozilla.org/mozilla-central/ src 
3. Apply the patch: 
patch -p1 -f /.../downloaded-patch 
4. Prepare your .mozconfig, following this: 
https://developer.mozilla.org/en/Build_Documentation 
5. Build: 
make -f client.mk 
6. Run it 
+0

很好让你的用户做到这一点!也许我们可以在2015年使用这个X浏览器... – redsquare 2009-08-29 19:31:52