momostafa / pusher-examples

Examples of doing simple things using Pusher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pusher Simple Examples

A resource of really simple how-to examples.

Examples

Subscribing to and Publishing data on Channels with different names (PHP)

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/

Excluding events from a recipient (Ruby)

ruby/excluding-clients/src

Shows how to exclude recipients from receiving events when trigger events using the Pusher Ruby gem.

Publishing Events from a Rails Model

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

Using Pusher on Google App Engine

View the README.md file in python-gae for more information.

python-gae/src

QuickStart example for the Pusher Pipe (Node.js)

pusher_pipe/node/src

Want to see an example?

Please email [support@pusher.com](mailto:support@pusher.com?subject=Pusher Example request).

Also see:

About

Examples of doing simple things using Pusher.


Languages

Language:JavaScript 30.3%Language:Ruby 26.8%Language:Python 14.0%Language:HTML 13.7%Language:PHP 13.1%Language:CSS 2.1%