The Response Is Now - Websockets With TYPO3 Restrictions
In frontend applications, it can be very important to react immediately to messages from the backend. But with TYPO3 and PHP, that is not really easy, and we don't want the frontend to call some API every minute.
In my talk, I will show you how I implemented a solution that also respects the access rights a frontend login might have, and I will discuss some of the issues we encountered along the way.