Replies: 1 comment 1 reply
-
yeah, do it the way you want. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am asking this question because i want my Network solution to rely less on third-party protocols like gRPC. I am exploring this idea that "If i can use Swoole Client (or, Swoole's Courtine Client) from within Swoole Server (or Swoole Process) then it means my Swoole server components do not need gRPC to communicate with each other, because Swoole Client supports TCP, UDP, HTTP1/2 (with SSL), MQTT, FAST-CGI (in addition to gRPC which itself uses HTTP).
Am i getting it correct ?
Beta Was this translation helpful? Give feedback.
All reactions