Giter Club home page Giter Club logo

Comments (6)

shenfeng avatar shenfeng commented on May 12, 2024

Hi, Thanks. I will try to look into SPDY. will keep you updated.

from http-kit.

pbiggar avatar pbiggar commented on May 12, 2024

How goes? We're investigating a move to http-kit, spdy support would definitely be welcome (not an immediate time frame for us though).

from http-kit.

shenfeng avatar shenfeng commented on May 12, 2024

Hi,
How about using nginx as a proxy to solve the SPDY support problem? or any other reverse proxy than support SPDY?

from http-kit.

espeed avatar espeed commented on May 12, 2024

For Web apps, nginx would work, but a SPDY pipe all the way through to the
app server would be better.

And as more people start using SPDY for RPC, supporting SPDY on the app
server will become more important.

See Ilya Grigorik's (Google) talk on using SPDY for modern backend RPC...

"Building a Modern Web Stack"

Video: https://www.youtube.com/watch?v=ZxfEcqJ4MOM
Slides: http://www.igvita.com/slides/2012/http2-for-fun-and-profit.pdf
Blog:
http://www.igvita.com/2012/01/18/building-a-modern-web-stack-for-the-realtime-web/

On Sun, Sep 29, 2013 at 2:44 AM, Feng Shen [email protected] wrote:

Hi,

How about using nginx as a proxy to solve the SPDY support problem? or any
other reverse proxy than support SPDY?


Reply to this email directly or view it on GitHubhttps://github.com//issues/57#issuecomment-25315998
.

from http-kit.

ptaoussanis avatar ptaoussanis commented on May 12, 2024

Just my 2c: I would avoid implementing SPDY for at least the medium term and focus on the core HTTP functionality. Implementing SPDY would be a significant job, needing lots of time + testing to get it anywhere near production capable.

Using nginx as a proxy is simple, efficient, and a good idea anyway for security + reliability. I really wouldn't suggest trying to chase a relatively new spec when even nginx is still working out the kinks.

Production web servers are hard - even the basics. IMO the greatest value http-kit brings is its integration with Clojure and the great async API, so my suggestion would be to specialize and let other dedicated tools handle the stuff they do best (SSL, SPDY, etc.).

Cheers! :-)

from http-kit.

ptaoussanis avatar ptaoussanis commented on May 12, 2024

Closing for now. Current recommendation would be to use http-kit behind a reverse proxy like nginx (a good idea for several reasons including security).

from http-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.