PlumCantaloupe / circlesxr

A work-in-progress framework that aims to bring together multi-user XR experiences in learning using WebXR.
https://www.anthony-scavarelli.com/portfolio/circles-webvr-education-platform/
MIT License
15 stars 31 forks source link

Remove all SSL HTTPS bits within node, to let users create their own https proxies #58

Closed PlumCantaloupe closed 3 years ago

PlumCantaloupe commented 3 years ago

It has been cumbersome setting up SSL on the remote server so deferring to the recommendation of just using a nginx proxy server and handling SSL certificates and tunnels there. From NAF's PR there are good instructions here now for setting up janus and friends on a cloud instance https://github.com/networked-aframe/naf-janus-adapter/blob/master/docs/janus-deployment.md

This should greatly simplify things between local and remotes instances.