Question

Google's SPDY has been deployed to Chrome 18. It is awesome! It makes web much faster!

So my question is:

If I wanna let my website can support SPDY, do I need to do anything on my server side (E.g. Changing some server's settings)?

Thank you.

Was it helpful?

Solution

You need a web server that supports it. Like:

  • Jetty
  • node-spdy
  • Apache + mod_spdy

See the SPDY project for more informations: http://dev.chromium.org/spdy and of course, Wikipedia.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top