This is the sample Play framework app using akka-pusher.
export PUSHER_APP_ID="YOUR APP ID"
export PUHSER_API_KEY="YOUR APP KEY"
export PUSHER_API_SECRET="YOUR API SECRET"
sbt run
And access http://localhost:9000/pusher
Working sample is available on Heroku.
If you want to try the app by yourself,
You need to set the required environment variables above in Heroku as well.
If you are lazy to prepare the environment, you can use docker to run this app without modifying your machine.
docker-compose up -d web
open http://$(docker-machine ip $machine):8080/pusher
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2015 Daisuke Taniwaki. See LICENSE for details.