Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Krolla

DISCLAIMER

This is a toy project I built at home for fun. Not intended for production use.

Description

Krolla is tool that uses Puppeteer to inform users about Mixed Content usage on their brand-new https:// websites.

TODO

First version

  • Add crawling ability
  • Create a worker pool so that the code doesn't create millions of Puppeteer instances
  • Add jsdoc
  • Move class Worker to a separate module
  • Improve error handling in async chains
  • Implement actual reporting
  • Make it so that each worker doesn't have to wait on others to keep on crawling
  • Use Puppeteer further to report Mixed Content

Second version

  • Cleanup / refactoring
  • Add throttling capabilities
  • Explore streams
  • Explore generators to implement the pending urls queue

About

Mixed Content detection using Node.js and Puppeteer

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.