laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 419 forks source link

gRPC support #874

Closed payalord closed 5 years ago

payalord commented 5 years ago

Description:

Add gRPC support and option to use it instead of Http. More info here https://grpc.io/ and here https://grpc.io/docs/quickstart/php.html

Steps To Reproduce:

Enhancement

matt-allan commented 5 years ago

Unfortunately it isn't currently possible to create gPRC servers in PHP. It would also be a very different framework since the bulk of Lumen is built around HTTP 😀.

Generally feature requests should be posted here instead: https://github.com/laravel/ideas/issues. See the contribution guide for more info.

driesvints commented 5 years ago

We currently have no intention to support gPRC in Lumen. If you like to see this in Lumen it's indeed best to post to the ideas repo like @yuloh suggested.

payalord commented 5 years ago

Ok thanks guys. I'll post there then with explanation of reasons why it will benefit Lumen and maybe with ideas on how even possible to do this.