Hacker News new | ask | show | jobs
by vaviloff 3030 days ago
Also PhantomJS was a single statically linked binary with no dependencies that you could literally drop into a server and run scripts at once.
1 comments

For those who may struggle with using chrome headless on server, here is a dockerfile example to get your started : https://github.com/oelmekki/chromessr/blob/master/Dockerfile

godet is the lib I use for chrome piloting, replace with your favorite one.