Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sockets HTML5WebSocket_Sockets_Html - Fatal编程技术网

Sockets HTML5WebSocket

Sockets HTML5WebSocket,sockets,html,Sockets,Html,我刚读到HTML5的WebSocket接口。我怎样才能开始尝试这个?哪些浏览器版本已经实现了这一点?从中获取的信息似乎有一个补丁可以在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 moz

我刚读到HTML5的WebSocket接口。我怎样才能开始尝试这个?哪些浏览器版本已经实现了这一点?

从中获取的信息似乎有一个补丁可以在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