A resource of really simple how-to examples.
php/channel_names/src/
Provides a way of subscribing to and triggering events on any channel name. A good way of double-checking if your channel name is valid. Uses the PHP Pusher library by squeeks. Also see Channel naming conventions.
You can view the code in action here: http://www.leggetter.co.uk/pusher/pusher-examples/php/channel_names/src/
ruby/excluding-clients/src
Shows how to exclude recipients from receiving events when trigger events using the Pusher Ruby gem.
ruby/rails/src
Update ruby/rails/src/initializers/pusher.rb
with your Pusher credentials.
Code for triggering/publishing the event can be found in ruby/rails/src/app/models/post.rb
View the README.md file in python-gae
for more information.
python-gae/src
pusher_pipe/node/src
Please email [support@pusher.com](mailto:support@pusher.com?subject=Pusher Example request).