Giter VIP home page Giter VIP logo

Comments (12)

tillkruss avatar tillkruss commented on July 20, 2024 5
var channel = Echo.join('foobar');

channel.here((users) => {
    // `here()` is a callback when the `pusher:subscription_succeeded` event occurred,
    // until then you can't send client events on private or presence channels 
    channel.pusher.channels.channels[channel.name].trigger('client-customEventName', { foo: 'bar' });

channel.on('client-customEventName', function (data) {
    // this will only occur on other clients, because custom events are
    // not sent to the sending client.
    console.log(data);
});

from echo.

tlaverdure avatar tlaverdure commented on July 20, 2024 2

I may have something in the works in the next week or so.

from echo.

luizpvas avatar luizpvas commented on July 20, 2024 1

This would be really helpful. There are actions that don't need to go through Laravel, such as "user is typing..." in a chat, for example. This is just a simple broadcast to a channel.

from echo.

woganmay avatar woganmay commented on July 20, 2024 1

Any news on this? I've got Echo working for receiving messages to the client, but sending stuff back from the client would be very helpful.

from echo.

morloderex avatar morloderex commented on July 20, 2024

Create a pr for it and see :)

from echo.

Shigeki1120 avatar Shigeki1120 commented on July 20, 2024

nice one

from echo.

lukepolo avatar lukepolo commented on July 20, 2024

if your using pusher you can just use their native event triggers :

https://pusher.com/docs/client_api_guide/client_events#trigger-events

from echo.

woganmay avatar woganmay commented on July 20, 2024

@lukepolo Thanks for the link! I'm using socket.io for now, but to be honest, looking at Pusher's pricing I can probably afford it for the app I plan on building.

from echo.

lukepolo avatar lukepolo commented on July 20, 2024

@woganmay Gotcha, i dont think it would be terribly difficult to implement, but I do not have the time currently. But will need it for my app soon. So hopefully work will pay me to implement this soon!

from echo.

Shigeki1120 avatar Shigeki1120 commented on July 20, 2024

The workaround for this is just make another instance of a channel and use "trigger" method right?If you are using Pusher.

Does Echo have a method like it?

from echo.

wanghanlin avatar wanghanlin commented on July 20, 2024

Closing the issue, the whisper method and listenForWhisper method is available now.
See also #79

from echo.

brunoinds avatar brunoinds commented on July 20, 2024

Whisper does not solve the problem. It will be good to implement in the Laravel Echo library some way to trigger Events on the server. I know is not possible because Laravel does not listen for WS, but the JS under the hood could send a Post request....

from echo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.