Default RPC server vs HTTP server #2577
Answered
by
asim
Davincible
asked this question in
General
-
@asim, the RPC server located in Do you know if there is any big difference between the two, as they're both HTTP servers? |
Beta Was this translation helpful? Give feedback.
Answered by
asim
Oct 1, 2022
Replies: 1 comment 1 reply
-
Yea the http plugin is a hack to get standard http requests to work with the framework. The RPC implementation baked into go-micro is the original RPC code that's transport agnostic, has pluggable codecs, etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Davincible
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea the http plugin is a hack to get standard http requests to work with the framework. The RPC implementation baked into go-micro is the original RPC code that's transport agnostic, has pluggable codecs, etc.