In this tutorial, I will show you how to implement a real-time chat application with Laravel 5, PostgreSQL, and Pusher. Then we will deploy this application to Modulus together.
Tag: PHP
PHP and Gearman
In this article, i will introduce you howto use gearman with php.Firstly, lets have a look at the term Gearman. Introduction Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance … Continue reading PHP and Gearman