roadrunner
roadrunner copied to clipboard
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
### I have an idea! Create a series of RR tutorials on our [YT channel](https://www.youtube.com/channel/UCHT6-FZGh5Y7JUGJyB8_M0Q) that covers the following topics: - [x] How to create a RR plugin with Velox?...
### Plugin KV ### I have an idea! We are developing a large distributed application where redis is actively used. We often need to use increments and decrements, which must...
### No duplicates 🥲. - [X] I have searched for a similar issue. ### What should be improved or cleaned up? It would be nice to have the following metrics:...
### Plugin _No response_ ### I have an idea! Implement a RR as a Caddy module. Draft notes: Implement a `RoundTripper` to have a RR as a Caddy transport (http)....
This project looks like it could be very useful in building a GRPC server bridge for PHP, which would be amazing. GRPC has the concept of streaming request & responses,...
### Plugin New Plugin ### I have an idea! Integrate a centrifugal go client as a RR plugin. ref: https://github.com/centrifugal/centrifuge
**Problem description** It is currently not possible to detect/monitor the situations when 1) Roadrunner has started queuing requests because simultaneous requests > num_workers and 2) "no free workers in the...
Hi guys, First of all thanks for you great job, and great software. Will be very good if roadrunner can support ha-proxy protocol - https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt. It will allow use RR...
### I have an idea! Eliminate ALL internal communication via json and move it to [Protobuf](https://buf.build/roadrunner-server/api). Todo [WIP]: - [ ] HTTP Plugin - [ ] Request - [ ]...
### Plugin JOBS ### I have an idea! We have a `Stat` RPC method in the `jobs` driver which provides a simple driver's statics, such as the number of delayed,...