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

https://github.com/chees/pusher-test

Just a test project to mess around with Play, Pusher and channel.trigger
https://github.com/chees/pusher-test

Last synced: 11 months ago
JSON representation

Just a test project to mess around with Play, Pusher and channel.trigger

Awesome Lists containing this project

README

          

Requires a Pusher account with access to channel.trigger:
http://pusher.com/docs/client_api_guide/client_events#trigger-events

Add a file with your Pusher details: conf/pusher.conf
pusher.appId =
pusher.key =
pusher.secret =

You need Play 1.2.x to run this project.
Run `play deps` to resolve the dependencies.
Run `play run` to run the project locally (you still need Pusher).