amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k stars 100 forks source link

About GRPC support in Server-side in PHP #354

Open raghuveer opened 1 year ago

raghuveer commented 1 year ago

Hi

As HTTP2 is supported in amphp's HTTP server, I am curious to know if there are any plans to support GRPC Server-side support for PHP as well?

Thank you

Nek- commented 4 months ago

Hello, gRPC is an entire protocol on top of HTTP/2. Since this library focuses on HTTP only, it makes sense to not have gRPC implemented here.

Feel free to create a library that supports gRPC using this one! (that would be awesome!)

raghuveer commented 4 months ago

Thank you for your inputs :)