Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benfoxall/phantomjs-webserver-example
Example of using phantomjs webserver module
https://github.com/benfoxall/phantomjs-webserver-example
Last synced: 16 days ago
JSON representation
Example of using phantomjs webserver module
- Host: GitHub
- URL: https://github.com/benfoxall/phantomjs-webserver-example
- Owner: benfoxall
- License: mit
- Created: 2013-07-23T22:21:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T12:07:28.000Z (over 11 years ago)
- Last Synced: 2025-01-19T08:31:15.647Z (23 days ago)
- Language: JavaScript
- Homepage: phantomjs-webserver-example.herokuapp.com
- Size: 99.6 KB
- Stars: 48
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
phantomjs-webserver
===================Example of using phantomjs webserver module
## Running
```bash
phantomjs server.js
```## Deploying
This can be deployed to heroku with the [phantomjs buildpack](https://github.com/stomita/heroku-buildpack-phantomjs).
```bash
# create a new heroku app
heroku create --stack cedar --buildpack http://github.com/stomita/heroku-buildpack-phantomjs.git# deploy
git push heroku master
```