An open API service indexing awesome lists of open source software.

https://github.com/pluto/how-many-sxg-sites

scraper: how many websites use cloudflare sxg?
https://github.com/pluto/how-many-sxg-sites

Last synced: about 1 year ago
JSON representation

scraper: how many websites use cloudflare sxg?

Awesome Lists containing this project

README

          


how many sxg sites?


how many of the top million sites use cloudflare sxg

- Top million domain ranking obtained from [cloudflare](https://radar.cloudflare.com/domains).
- `dump-signedexchange` obtained from [webpackage](https://github.com/WICG/webpackage/blob/main/go/signedexchange/cmd/dump-signedexchange/main.go)

Usage:

```sh
# this will run for awhile, several minutes
go run main.go

# prints the number of sites using SXG plus 1
ls -l results | wc -l
```