|
|
|
|
|
by rustatian-me
750 days ago
|
|
You don't need any framework or specific web-server to use RoadRunner. RoadRunner can be used with any modern framework, or let's say naked, using only the PSR-7 (which is framework-agnostic) worker for HTTP, but:
RR is not only HTTP, it is waaaay above that: Temporal.io support, various queue drivers, gRPC, TCP, KV, Native WebSockets/Broadcast support, distribute locks (without PHP extensions), etc.
RR doesn't need to be somehow specifically set-up. Nothing special, download -> use :) |
|