8000 GitHub - JSLess/Demo-Connection-Limit: Demo of the http<2 connection limit.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.


About

Demo of the http<2 connection limit.

Topics

Resources

License

Stars

Watchers

Forks

0