-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Currently the bundle supports the Javascript client. What about also supporting the PHP Client as described in the example on http://socketo.me/docs/push
By requiring react/zmq": "0.2.*|0.3.* it will get possible to let the Symfony application directly talk with Ratchet.
$context = new ZMQContext();
$socket = $context->getSocket(ZMQ::SOCKET_PUSH, 'my pusher');
$socket->connect("tcp://localhost:5555");
$socket->send(json_encode(array('message' => 'this will be pushed to all clients'));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels