Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 862 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 862 Bytes

Connection Limit Demo

Simple demonstration of how limiting HTTP<2 is.


How To

  • Install Deno

  • Start the server

    deno run dev
  • Open a browser at

    http://localhost:8000
    

Description

Every iframe seen on the page has it's own kept
alive connection to the server and updates the
CSS inside itself to blink the background.

This visualization indicates the active connection.

Only 6 out of the 9 displayed iframes however
should start blinking, as the miniscule connection
limit keeps their requests in a pending state.