Roadrunner for non-PHP apps? #1319
Answered
by
rustatian
IngwiePhoenix
asked this question in
Q&A
-
Really simple, really basic. Can I use roadrunner for a mixed application stack like Node or Golang? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rustatian
Oct 19, 2022
Replies: 1 comment
-
Hey @IngwiePhoenix 👋🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IngwiePhoenix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @IngwiePhoenix 👋🏻
Sure, RR itself doesn't know anything about PHP running inside the process. You'll only need to implement the
goridge
protocol in JS.Here you may have a look at the Golang part (https://github.com/roadrunner-server/goridge)
PHP part: https://github.com/spiral/goridge-php
And specs: https://github.com/roadrunner-server/goridge/blob/master/pkg/frame/frame.md.