Can HTML5 Websockets connect 2 clients (browsers) directly without using a server? (P2P)

后端 未结 3 1334
失恋的感觉
失恋的感觉 2020-12-02 13:11

Using HTML5 Websockets, can I open a socket directly between 2 clients (browsers) (assuming I know their IP addresses and there are no NAT traversal issues). I want to send

3条回答
  •  抹茶落季
    2020-12-02 13:37

    If you just don't want to implement server your self you can use https://httprelay.io . No additional libraries required, all communication based on simple AJAX calls.

提交回复
热议问题