Hi,
I am trying to connect browser nodes and nodejs nodes using webrtc-start, I am able to connect
browser-to-browser, nodejs-to-nodejs, but when a browser node connects with a nodejs node and vice-versa, it immediately disconnects
I took the code from here GitHub - HighCWu/js-libp2p-webrtc-star-example , I also tried to run webrtc-signalling-server on my own computer, but it didn’t solve the problem.
How can I solve this ? Thanks.
Hi, it was my mistake, I was running the code with an old node version, with version 16 works great.
opened 01:38PM - 04 Apr 22 UTC
closed 12:49PM - 06 Apr 22 UTC
need/author-input
Hi,
I am trying to connect browser nodes and nodejs nodes using webrtc-start,… I am able to connect
browser-to-browser, nodejs-to-nodejs, but when a browser node connects with a nodejs node and vice-versa, it immediately disconnects
I took the code from here [GitHub - HighCWu/js-libp2p-webrtc-star-example](https://github.com/HighCWu/js-libp2p-webrtc-star-example), I also tried to run [webrtc-signalling-server](https://github.com/libp2p/js-libp2p-webrtc-star/tree/master/packages/webrtc-star-signalling-server) on my own computer, but it didn’t solve the problem.
How can I solve this ? Thanks.