How to Quickly Build a Chat App with Ratchet
September 25, 2015In this tutorial, we’ll be taking a look at Ratchet, a PHP library for working with WebSockets. Let’s start by defining what WebSockets are. MDN says: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, y...
Recent Comments