Skip to content

akmittal/webstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webstats

WebStats collects data like compression, IP version, HTTP version, Generator used and image formats for top million site

Run Node server

cd ./bin/images/
npm install
node image.js

Run go crawler on all sites

go get ./...
go build -o webstats main.go
webstats crawler

Run client

webstats server
cd webapp
npm i
npm run dev

client will be rinning on http://localhost:3000