ReactPHP Tutorial #7: Simple HTTP Server

preview_player
Показать описание
This tutorial shows the way you can create an HTTP server on ReactPHP with a couple lines of code!

=====================

Books:

=====================

Рекомендации по теме
Комментарии
Автор

Hi Sergey, thanks for this video. Are you planning on showing (on video or on your books) some integration with frameworks (e.g. Symfony), and also a production example on how to run with a supervisor or maybe as a docker entry point.

TiagoBrito
Автор

Thanks a lot! It looks pretty cool BUT :)
I was surprised when you wrote "$loop->run()" because I expected "$server->run()". :(
The logic chain of inheritance from start is: DI loop to a socket, DI socket to the server and run the server.

ValeriiTsarov