reqable-app VS http2-prioritization-issues

Compare reqable-app vs http2-prioritization-issues and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
reqable-app http2-prioritization-issues
2 4
2,187 262
9.2% -
6.8 0.0
9 days ago over 4 years ago
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reqable-app

Posts with mentions or reviews of reqable-app. We have used some of these posts to build our list of alternatives and similar projects.

http2-prioritization-issues

Posts with mentions or reviews of http2-prioritization-issues. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-10.
  • HTTP/2 Zero-Day Vulnerability Results in Record-Breaking DDoS Attacks
    3 projects | news.ycombinator.com | 10 Oct 2023
    I'm not an area expert, but common issues raised over the years:

    - HTTP/2 as implemented by browsers requires HTTPS, and some people don't like HTTPS.

    - HTTP/2 was "designed by a committee" and has: a lot of features and complexity; most of those features were never implemented by most of the servers/clients; most of those advanced features that were implemented were very naive or buggy [0]; some were implemented and then turned out to be more harmful than useful, and got dropped (HTTP/2 push in browsers [1]) etc.

    [0] https://github.com/andydavies/http2-prioritization-issues

    [1] https://developer.chrome.com/blog/removing-push

  • High Performance Browser Networking
    1 project | news.ycombinator.com | 16 May 2023
    - https://github.com/andydavies/http2-prioritization-issues
  • HTTP/3: Everything you need to know about the next-generation web protocol
    1 project | news.ycombinator.com | 12 Feb 2022
    Just to add a few bits: I'm not an infra person so can't tell about managaing a H2 deployment, but from frontend web performance perspective H2 is very interesting and somehow not used to its full potential.

    H2 has built-in support for interesting concepts like prioritization and re-prioritization of requests. Unfortunately, most impls in clients and servers are either not full or not very good:

    I recommend googling "http/2 prioritization" and checking blogs and talks from Andy Davies and Pat Meenan. The subject is super interesting and hard; browsers need to make certain assumptions whether scripts, fonts or CSS are more important and should be prioritized and it's non-obvious how to handle its best

    https://github.com/andydavies/http2-prioritization-issues

  • Actix - HTTP/2 multiplexing?
    1 project | /r/rust | 10 Jan 2021