Hello everyone, I've never used web sockets before. But now I faced with the task to make a real-time application that uses js on the front-end and phalcon on the server. Is there a way to use sockets in phalcon or I'd better choose js for server-side? And by the way, are there any bottlenecks in js-php communication via sockets?

I realize that I could use socket.io or Ratchet, but I'd like to use phalcon in order to learn it by real example.