Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

Support https to use the geolocation API? #74

Open arthursw opened 7 years ago

arthursw commented 7 years ago

I would like to use the geolocation API in javascript, this requires https (or wss) in chrome.

I tried to modify the source of the javascript client to use secure websocket (wss instead of ws), but without success.

I suppose the server also needs some tweeking?

https://github.com/Spacebrew/spacebrew.js/issues/19