pusher [pusher] module
This module is for the Play 1.x series only.
This module lets you easily add realtime functionality to your Play applications with Pusher (http://www.pusher.com) using websockets.
https://github.com/regisbamba/Play-Pusher
Written by Regis Bamba.
Published releases
0.1 | Oct 11 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install pusher-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> pusher {version}