workerman is a high-performance PHP socket server framework. Workerman is based on PHP multi-process and libevent event polling library. PHP developers only need to implement one or two interfaces to develop their own network applications, such as Rpc services and chat room servers. , game server, etc. Workerman’s goal is to make it easier for PHP developers to develop high-performance socket-based application services without having to understand the details of PHP sockets and PHP multi-processes. Workerman itself is a PHP multi-process server framework with modules for PHP process management and socket communication, so it can run independently without relying on containers such as php-fpm, nginx or apache. Features
There are already many network applications based on workerman, such as PHP-Json-Rpc, PHP-Thrift-Rpc, PHP-WebSocket chat room, PHP statistics monitoring system, etc. Project homepage: http://www.open-open.com/lib/view/home/1397273024215 |