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?
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.
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.
Source: https://habr.com/ru/post/1547314/More articles:Deserialize polymorphic JSON in Javascript - jsonImplement pagination with Spring MVC and Hibernate - springHow to restore constant default value in Julia - variablesDynamic UITableViewCell with UIWebView - iosCompiling a file as if its contents were in the specified package - compilationWhy am I getting a source kit termination error message? - ios8как перезапустить приложение в qt? - c++C ++ fopen relative Path - c ++Launch PhantomJS with Eclipse GAE - javaWhy is the buffer size always equal to an integer equal to 4096 when reading a file line by line? - goAll Articles