Difference between socket and websocket?

前端 未结 5 847
逝去的感伤
逝去的感伤 2020-11-28 17:36

I\'m building web app that needs to communicate with another application using socket connections. This is new territory for me, so want to be sure that sockets are differen

5条回答
  •  有刺的猬
    2020-11-28 18:04

    Regarding your question (b), be aware that the Websocket specification hasn't been finalised. According to the W3C:

    Implementors should be aware that this specification is not stable.

    Personally I regard Websockets to be waaay too bleeding edge to use at present. Though I'll probably find them useful in a year or so.

提交回复
热议问题