Skip to content

dtaniwaki/akka-pusher-play-app

Repository files navigation

akka-pusher-play-app

CI License: MIT

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.

screenshot

If you want to try the app by yourself,

Deploy

You need to set the required environment variables above in Heroku as well.

Docker

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2015 Daisuke Taniwaki. See LICENSE for details.

About

Play application for akka pusher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published