Real time PHP website with web sockets (Ratchet), we’ll be taking a look at Ratchet, a PHP library for working with WebSockets. Let’s start by defining what WebSockets are WebSockets is an advanced technology that makes it possible to open an interactive communication session between the user’s browser and a server. With this API, you can…