Hello,
I am trying to get to know the
SPDY protocol. I decided to build a lib that allows seamless support of spdy and fallback to regular http into express.
How do you suggest achieving that?
The ways i am thinking:
Express/Connect middleware [doesnt seem doable]
extend http module and trick connect into using it [is it possible?]
extend/patch express to use spdy [wouldnt really like it]
What do you think of these? Do you think of another way to achieve it?