Phantomjs integration with Google App Engine

Hi, I like to know if phantomjs can be run on Google App Engine.

My use case is to use Phantomjs to take snapshots of html pages served by GAE using the cron job.

Has this been done before?

+4
source share
2 answers

The Google App Engine supports several language cycles (Java, Python, PHP, and Go), but you can use the Google App Engine Managed Virtual Machines feature to run anything in a Docker container (like PhantomJS), and you can also use the Google Compute Engine to get a virtual machine where you can also install anything in any language.

For reference, here is a tutorial for running Node.js on managed virtual machines to help you in the right direction.

+1
source

You cannot run phantomjs on Google App Engine.

Google App Engine Java, Python, PHP Go. (https://cloud.google.com/appengine/kb/?hl=en)

@artjom-b, , (, memcache), phantomjs .

, Google App Engine, phantomjs Google. phantomjs , , EC2.

0

Source: https://habr.com/ru/post/1547314/


All Articles