JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

Zeromq integration #30

Open peec opened 10 years ago

peec commented 10 years ago

Sometimes you want to send private messages from controller -> Web socket server (in a efficient manner, not just connecting to the WS server - which is slow..). Docs included.

mrogelja commented 10 years ago

Very nice work by the way :) !