Hello!
I have a question about using SSE (Server Sent Events) with Phalcon framework.
- As we know, in most cases, for use SSE we need to start "Event loop" using server with such ability (Node.js, for example).
- My system are deployed with apache and nginx (with php and Phalcon).
Question is: How to use Phalcon abilities and SSE technology?