spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

It's reasonable to add an easy way to redirect Http to https or spdy. #115

Closed hustcer closed 11 years ago

hustcer commented 11 years ago

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.

indutny commented 11 years ago

There're tons of other modules that could do it. And you'll need to create separate http server to do redirect anyway.

Doesn't seem to be important for this module.

hustcer commented 11 years ago

Fine, Thanks again.