Unclear setup/instructions for rendezvous server behind SSL #692
Labels
dx
Developer Experience
kind/bug
A bug in existing code (including security flaws)
status/ready
Ready to be worked
0.27.x
nodejs
Type:
Enhancement
Severity:
Very Low
Description:
See libp2p/js-libp2p-webrtc-star#238, libp2p/js-libp2p-webrtc-star#180. In short, for being able to quickly start with the libp2p-in-the-browser demo, one needs to start a signaling start server. Locally, these instructions are pretty clear, but on any other setup (i.e. online demo like Stackblitz or Glitch), this is not obvious, particularly when behind SSL. A warning label in the README would be enough, in addition to the URLs of the existing servers ready to use.
As anadditional note, it would be useful to have a status dashboard for the existing servers (i.e. https://wrtc-star2.sjc.dwebops.pub/, https://wrtc-star1.par.dwebops.pub/) as to know the status of these ones for running demos online.
Steps to reproduce the error:
0.27.x
package.json
fromparcel index.html
toparcel index.html --https
npm run server
and application withnpm run start
The text was updated successfully, but these errors were encountered: