I think It's reasonable to add an easy way to redirect Http to https or spdy, although we can approach this by using nginx proxy or some other ways.
When we use node-spdy to support spdy, after the user input example.com in browser, the browser will automatically send the request to http://example.com rather than https://example.com:443, so hope this module could provide an easy way to do this.
I think It's reasonable to add an easy way to redirect Http to https or spdy, although we can approach this by using nginx proxy or some other ways. When we use node-spdy to support spdy, after the user input example.com in browser, the browser will automatically send the request to http://example.com rather than https://example.com:443, so hope this module could provide an easy way to do this.