roadrunner-php / laravel-bridge

πŸŒ‰ RoadRunner ⇆ Laravel bridge πŸ‡ΊπŸ‡¦β€οΈ
https://roadrunner.dev/docs/integration-laravel
MIT License
372 stars 25 forks source link

Question about GRPC server #29

Closed vanushwashere closed 3 years ago

vanushwashere commented 3 years ago

How can I integrate grpc server into this ?

tarampampam commented 3 years ago

This package contains only bridge between RR and Laravel framework. Maybe you want to ask this in spiral/roadrunner repository?

tarampampam commented 3 years ago

Issue can be closed?

vanushwashere commented 3 years ago

so, I cannot run GRPC server using only this bridge?

wolfy-j commented 3 years ago

I found this implementation - https://github.com/roseffendi/laravel-grpc-server

As far I can see it has a bunch of extra setup.

vanushwashere commented 3 years ago

Thx, will try

dac-humi commented 2 years ago

I got something working here: https://github.com/laravel/octane/issues/561

Ticket closed with kind words of encouragement. Unlikely to be supported.

Easier to start with: https://github.com/spiral/app-grpc

vanushwashere commented 2 years ago

Just for the history, I managed to get a working gRPC server similar to https://github.com/roseffendi/laravel-grpc-server, running on roadrunner, but it was very far from a production-ready thing. Also, I am kinda disappointed with Taylor's response to @dac-humi, gRPC is a very good technology, and Laravel Octane's support of it would be great.