-
RoadRunner
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
$ sudo wget -c https://github.com/roadrunner-server/roadrunner/releases/download/v2.11.0/protoc-gen-php-grpc-2.11.0-linux-amd64.tar.gz -O - | sudo tar -zxvf protoc-gen-php-grpc-2.11.0-linux-amd64/protoc-gen-php-grpc -C /usr/local/bin/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
There are various notable implementations of RPC like Apache Thrift and gRPC.
-
There are various notable implementations of RPC like Apache Thrift and gRPC.
-
Now, to integrate RoadRunner in our microservice we add Roadrunner Bundle
-
We need to add the gRPC config manualy, you can find the final result of .rr.dev.yaml in my github repository.
-
To test you can use a GUI like Insomnia or a CLI like grpcurl.