Giter Site home page Giter Site logo

Comments (4)

kor3k avatar kor3k commented on August 15, 2024

actually, you don't really need ZeroMQ. you can connect and publish directly to the Ratchet ws server from your pushing script, you only need a php ws client like this one https://github.com/gabrielbull/php-websocket-client

from clankbundle.

 avatar commented on August 15, 2024

@kor3k Sorry, but I don't see how this could be used instead of ZeroMQ. This code looks like it's running it's own server. How is that related to sending messages between Ratchet and my scripts?

from clankbundle.

kor3k avatar kor3k commented on August 15, 2024

@sherifsabry20000 not a server, a client. you can connect/publish to your ws server with it instead of zmq in your php scripts.

you only need to stop the client's loop at some point.

https://github.com/kor3k/ratchet/blob/master/src/Test/Pusher.php
https://github.com/kor3k/ratchet/blob/master/web/pusher.php

from clankbundle.

peec avatar peec commented on August 15, 2024

@sherifsabry20000
I looked for the same feature. I wanted to send a private message to the websocket server from a normal Symfony2 controller, hence e.g. if I update or add some record to the database I want to send a notification to the user via websockets. I have implemented Push system using ZeroMQ in my fork, I guess that is what you are looking for ?
https://github.com/peec/ClankBundle/blob/master/Resources/docs/ZMQIntegration.md

from clankbundle.

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.