Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confused by zeroMQ #1073

Open
bentalentville opened this issue Oct 1, 2024 · 0 comments
Open

Confused by zeroMQ #1073

bentalentville opened this issue Oct 1, 2024 · 0 comments

Comments

@bentalentville
Copy link

I got the basic websocket code (from the http://socketo.me/docs/push page) to work just fine, but I got completely confused when zeroMQ was added in. Is the pusher code meant to be IN ADDITION to the socket code that I have working for the basic client communication? Or does it replace it? Feels like it is in addition which means the socket app would still be run for client comm and the pusher would loop around to allow my back end PHP code to communicate with my users, triggered via various AJAX requests. Is that correct? I would need to start both of them before running anything in a browser?

It could be that the zeroMQ code supercedes the simple websocket code, can anyone shed some light on it so I can figure out how my back end code can initiate data pushes to desired clients/users?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant