brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

Option to allow client to always use wss:// instead of ws:// #76

Closed jmls closed 7 years ago

jmls commented 7 years ago

Added a new config option forcewss that ensures the client will use secure websockets (wss) even if the brunch server has started with http.

This is to enable websocket communication with a brunch server running behind an https nginx proxy