Subscribe to PHP Freaks RSS

Serverless, ReactPHP, and Expanding Frontiers

syndicated from feeds.feedburner.com on May 2, 2019

PHP is no longer limited to sitting behind a web server like Apache or NGINX waiting for requests to process. Serverless PHP with AWS’s lambda service is now possible. At the same time, you can also write event-driven, asynchronous servers with ReactPHP. In this issue, we take a look at these new ways to use PHP.

The post Serverless, ReactPHP, and Expanding Frontiers appeared first on php[architect].