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
- Host: GitHub
- URL: https://github.com/chees/pusher-test
- Owner: chees
- Created: 2012-01-25T22:19:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-24T08:47:28.000Z (over 13 years ago)
- Last Synced: 2025-06-14T13:43:31.154Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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).