支持websocket的client和server
On Client side
- Chrome 4.0 supports Websockets.
- Safari 5.0.2 supports them too
- Firefox 4.0 ships with support for WebSockets disabled. to enable it see
- Opera 11 ships with support disabled to re-enable it see
- IE9 does not support them, however an add-on offers experimental support
For other browsers it's not so clear.
On Server side it depends on which language you use.
In Java/JEE :
- Jetty 7.0 supports it (Very easy to use),
- GlassFish 3.0 (very low level and sometimes complex), Glassfish 3.1 has new refactored Websocket Support which is more developer friendly and
- Caucho Resin 4.0.2 (not yet tried) too.
Some other Java implementations are :
- Kaazing Gateway,
- jWebscoket,
- Netty and
- xLightWeb.
In PHP :
- phpwebsocket.
In node.js :
- Socket.io : Socket.io also has serverside ports for Python, Java, Google GO, Rack.
相关推荐
周公周金桥 2020-09-06
zjuwangleicn 2020-09-04
hellowzm 2020-08-18
大象从不倒下 2020-07-31
AlisaClass 2020-07-19
尚衍亮 2020-06-12
淡风wisdon大大 2020-06-06
黎豆子 2020-05-07
hilary0 2020-05-04
zhanghao 2020-04-21
MaureenChen 2020-04-21
xingguanghai 2020-03-13
nercon 2020-02-22
impress 2020-02-20
ajaxtony 2020-02-18
teresalxm 2020-02-18
福叔 2020-02-16
mituan 2020-01-17