Transferring JSON between browsers with WebRTC

前端 未结 7 1686
一向
一向 2020-12-30 04:32

I was excited by the prospect of WebRTC when I heard about it initially. It sounded like websockets but without a server. Unfortunately, all of the tutorials I have been a

7条回答
  •  鱼传尺愫
    2020-12-30 05:07

    This is a stab in the dark, but the latest Web API editors draft has a DataChannel interface as part of the Peer-to-Peer Data API.

    However, the current Working Draft does not have this API, so possibly it is very new and as-yet unimplemented.

提交回复
热议问题