oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

suport for secure WS #4

Closed fbellomi closed 7 years ago

fbellomi commented 7 years ago

First of all, thanks for this wonderful project.

Feature request: I would like to use it on an app deployed under https; this makes mandatory to make the repl work under a secure web socket.

My understanding is that the only needed change would be to allow to use "wss://" instead of "ws://" in nightlight.editors/ps-repl-init

thanks, Francesco

oakes commented 7 years ago

Fixed in 4dce06b4a6da1d591ce22da1dfc9ceea9413ce69, thanks!

fbellomi commented 7 years ago

Great! Thanks!

Francesco