Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigneshshanmugam/awesome-http2
Collection of awesome things for HTTP/2
https://github.com/vigneshshanmugam/awesome-http2
List: awesome-http2
Last synced: 19 days ago
JSON representation
Collection of awesome things for HTTP/2
- Host: GitHub
- URL: https://github.com/vigneshshanmugam/awesome-http2
- Owner: vigneshshanmugam
- License: mit
- Created: 2015-12-23T21:37:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T10:00:59.000Z (over 8 years ago)
- Last Synced: 2024-04-14T04:06:25.847Z (7 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-http2 - Collection of awesome things for HTTP/2. (Other Lists / PowerShell Lists)
README
# awesome-http2
Collection of awesome things for HTTP/2.## Categories
- [Browser Extensions](#browser-extensions)
- [Command Line tools](#command-line-tools)
- [Development](#development)
- [Online tools](#online-tools)
- [Demos](#demos)
- [Load Test](#load-test)
- [Log Parsers](#log-parsers)
- [Middleware](#middleware)
- [Supported CDN](#supported-cdn)
- [Implementations](#implementations)
- [Statistics](#statistics)### Browser Extensions
- [Claire](https://chrome.google.com/webstore/detail/claire/fgbpcgddpmjmamlibbaobboigaijnmkl)
- [HTTP/2 and SPDY Indication](https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin)### Command Line Tools
- [curl](https://curl.haxx.se/docs/http2.html)
- [h2a](https://github.com/summerwind/h2a) - Debugging reverse proxy for HTTP/2 developers
- [h2c](https://github.com/fstab/h2c) - Simple HTTP/2 command-line client, like curl.
- [h2i](https://github.com/golang/net/tree/master/http2/h2i) - Interactive HTTP/2 console debugger.
- [h2scan](https://github.com/jgrahamc/h2scan) - Scan a list of sites to see which support HTTPS, SPDY/3.1 and HTTP/2.
- [h2spec](https://github.com/summerwind/h2spec) - A conformance testing tool for HTTP/2 implementation.
- [http2fuzz](https://github.com/c0nrad/http2fuzz) - Semi-intelligent fuzzer built on Go.
- [is-http2-cli](https://github.com/stefanjudis/is-http2-cli) - Node.js CLI module to check HTTP/2 support on a domain.### Development
- [simplehttp2server](https://github.com/GoogleChrome/simplehttp2server) - Server for development purpsose.### Online Tools
- [HTTP/2 Test by KeyCDN](https://tools.keycdn.com/http2-test)### Demos
- [Akamai](https://http2.akamai.com/demo)
- [Cloudflare](https://www.cloudflare.com/http2/)
- [CDN77](http://www.http2demo.io/)
- [Load Impact](http://http2.httptwo.com/entry/)
- [Go Language](https://http2.golang.org/)### Middleware
- [koa-server-push](https://github.com/silenceisgolden/koa-server-push) - HTTP2 Server Push middleware for Koa
### Load Test
- [h2load](https://nghttp2.org/documentation/h2load.1.html) - Benchmarking tool for HTTP/2 and SPDY.
- [jmeter](https://github.com/syucream/jmeter-http2-plugin) - Jmeter HTTP/2 sampler### Log Parsers
- [chrome-http2-log-parser](https://github.com/rmurphey/chrome-http2-log-parser) - Generates an HTML table representing Chrome's HTTP/2 net-internals
- [nghttp2-stream-analyzer](https://github.com/summerwind/nghttp2-stream-analyzer) - The stream analyzer for nghttp2### Implementations
Check the complete list of implementations on [HTTP/2 spec](https://github.com/http2/http2-spec/wiki/Implementations)### Supported CDN
- [Akamai](https://http2.akamai.com/)
- [Cloudflare](https://blog.cloudflare.com/introducing-http2/)
- [CDN77](https://www.cdn77.com/http2)
- [Google App Engine](http://googlecloudplatform.blogspot.de/2015/10/Full-Speed-Ahead-with-HTTP2-on-Google-Cloud-Platform.html)
- [KeyCDN](https://www.keycdn.com/blog/keycdn-http2-support/)
- [MaxCDN](https://www.maxcdn.com/blog/cdn-http2/)### Statistics
- [HTTP/2 Dashboard](http://isthewebhttp2yet.com/measurements/overview.html)
- [W3Techs](http://w3techs.com/technologies/details/ce-http2/all/all)## Contributing
Contributions welcome!