libp2p / js-libp2p-websocket-star

libp2p-webrtc-star without webrtc. Just plain socket.io.
https://libp2p.io
39 stars 15 forks source link

Readme: fix rendezvous server usage #47

Closed AquiGorka closed 6 years ago

AquiGorka commented 6 years ago

It took me some time to figure out the actual name for the installed module, then I found this: https://github.com/libp2p/js-libp2p-websocket-star-rendezvous/commit/5a2ce873096ff02ec2bdbde2fb1472374f43b601

Quick question: how can I execute the rendezvous server for https?

mkg20001 commented 6 years ago

Quick question: how can I execute the rendezvous server for https?

You need to put it behind a reverse-proxy that supports https. Like apache2, nginx or caddy.