Skip to content

mavajee/example__express-server-screenshoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshoter app

Simple server app for making screenshoot of any webpage.

This app has two implementations using:

All implmentaions has config for deploy and run in heroku dynos(containers).

Resume

phantomjs

  • easier deploy;
  • smaller size and resources usage (I'm not sure of that).

puppeteer

  • easier usage;
  • more possibilities.

I think phantomjs better way for simple crawling, but puppeteer good choice for testing or hacking.