spdy-http2 / node-spdy

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

spdy not load my express module #164

Closed diegoug closed 10 years ago

diegoug commented 10 years ago

I have a module that builds express such dynamic urls, the problem is that spdy is put on hold and never answered, but the native library node "http" if load

node worker.js https://github.com/diegoug/mvc-node/blob/2ea90d544855176a3059daefea81657b2492c22d/workers.js

express routher https://github.com/diegoug/mvc-node/blob/master/app/expressServer.js

What can it be?

indutny commented 10 years ago

html? You probably meant http.

Are you sure that you are opening your site's pages with an https:// prefix?

diegoug commented 10 years ago

if true, I was thinking who knows what else "already corrected".

diegoug commented 10 years ago

That's right, thanks. I invite you to meet my project, I accept any suggestions you want to leave me, I hope that grows and stabilizes soon.