workerman
workerman copied to clipboard
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
Hi thanks for Workerman, how to enable messages compression on websocket server?
How do we check if Workerman is using the **ExtEventLoop**? Is this an appropriate test? `class_exists('EventBase', false)`
Hi, I have a few questions about ssl. Is ssl option possible with websocket/http and tcp? Any other protocol? I`m banging my head with certs. I managed to get it...
How does the worker use the obtained ID to send a message to the specified customer?
Workerman http i get 48k requests per second. Nginx as a reverse proxy for Workerman i only get 31k requests per second. Am i doing anything wrong? ``` ***nginx.conf*** user...
Hi, I am interested to know how Workerman workers behave when we have PSR-11 dependency injection containers in the php application? PSR-11 specification: https://www.php-fig.org/psr/psr-11/ popular containers include: 1) Laravel container...
Hi, I am interested to know, if you recommend any sessions library that works in async mode instead of $_SESSIONS superglobal with Workerman? I came across https://docs.mezzio.dev/mezzio-session/, but that still...
Hi, can we run nginx to serve ssl offloading & reverse proxy purpose running on port 443 and run http server and websocket server triggering code with workerman 1) in...
Hi, I wrote a php framework in procedural way (in MVC approach though) and used that over a decade, recently implemented OOP version by following PSR standards and by using...
Hi Did you integrate any library to offer JSON Web TOkens (JWT), Paseto (https://paseto.io/) with workerman? please share your thoughts Thank you