dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Provide WebRTC connection to avoid SSL certs #112

Open inverted-capital opened 1 year ago

inverted-capital commented 1 year ago

Because of the W3C restrictions on crytography the development process can be severely hampered if the server is on a different machine to the browser. No cryptography functions will be allowed in the brower if a non-ssl page was loaded that is not on localhost.

Setting up WebRTC as a transport can let the developer begin play wtihout generating SSL certs.