tana / Mondeto

An open, flexible, and secure online virtual reality system.
MIT License
39 stars 0 forks source link

Better signaling server #43

Closed tana closed 4 years ago

tana commented 4 years ago

Different random URL for server and client WebSocket

Because random_a is kept secret, nobody other than legitimate server owner can launch server on the URL pair.

tana commented 4 years ago

C# side was implemented in PR #44 . Actual signaling server (node.js) is now on a separate repo https://github.com/tana/Mondeto-Signaling .