Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```