artdarek / pusherer

Pusher Service Provider for Laravel 4.
48 stars 13 forks source link

Question #1

Closed Burnett01 closed 10 years ago

Burnett01 commented 10 years ago

Hello Artdarek, I have question.

How can I use it on client side?

I have to download and include the pusher.js right ? After that I just include the client-side example from pusher's website ?

:)

Thank you for your time and work,

Steve

EDIT: Works great! Thanks for your work!

artdarek commented 10 years ago

That's right on client-side you have to use pusher.js ... which you can find here: http://pusher.com/docs/client_libraries#js

plus some usage examples here: http://pusher.com/docs/javascript_quick_start

Burnett01 commented 10 years ago

Perfect thanks

Send with samsung note 3

-------- Ursprüngliche Nachricht -------- Von: Dariusz Prząda notifications@github.com Datum:09.01.2014 09:58 (GMT+01:00) An: artdarek/pusherer pusherer@noreply.github.com Cc: Cloud2Box s-8@outlook.com Betreff: Re: [pusherer] Question (#1)

That's right on client-side you have to use pusher.js ... which you can find it here: http://pusher.com/docs/client_libraries#js

— Reply to this email directly or view it on GitHub.

Burnett01 commented 10 years ago

Sorry Artdarek, just a question about the private channels.

If I want to show a message to a specific user in my laravel app, should I use private channels?

artdarek commented 10 years ago

To be honest I never used private channels so far... but its seems to be a good idea to use them in your case...