Extension for implementing ZeroMQ pusher & consumer into ipub/websockets-wamp
The best way to install ipub/websockets-zmq is using Composer:
$ composer require ipub/websockets-zmq
After that you have to register extension in config.neon.
extensions:
webSocketsZMQ: IPub\WebSocketsZMQ\DI\WebSocketsZMQExtension
Learn how to create WebSockets pusher & consumer in documentation.
Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/websockets-zmq.