Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 431 Bytes

phantomjs-webserver

Example of using phantomjs webserver module

Running

phantomjs server.js

Deploying

This can be deployed to heroku with the phantomjs buildpack.

# create a new heroku app
heroku create --stack cedar --buildpack http://github.com/stomita/heroku-buildpack-phantomjs.git

# deploy
git push heroku master