Skip to content

Demo of the http<2 connection limit.

License

Notifications You must be signed in to change notification settings

JSLess/Demo-Connection-Limit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.