rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
643 stars 55 forks source link

async http/https request method and websocket need to be supported #107

Closed ErosZy closed 4 years ago

ErosZy commented 4 years ago

This is a very good project, but the existing socket request method is too low-level. If it is to be used more, asynchronous http/https request method and websocket need to be supported.

rryqszq4 commented 4 years ago

@ErosZy Thanks for your attention. These are achievable, like https://github.com/rryqszq4/ngx_php7/blob/master/t/lib/mysql.php, but they are missing now.