mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
.. | ||
bin | ||
includes | ||
monit | ||
supervisor | ||
tests | ||
client.js | ||
config.json | ||
Dockerfile | ||
haproxy.cfg | ||
parser.js | ||
README.md | ||
server.js | ||
utils.js |
A simple service for rendering javascript-enabled website.
server
phantomjs --config=config.json server.js
client
http :1024 targetUrl=https://github.com/ requestType=png loadImages:=true execScripts:='{"preInjected": ["1+2+3"], "postInjected": ["Math.sqrt(2)"]}'