mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 14:06:28 +01:00
xm
parent
d2d0a20b73
commit
4c2f83dbc2
|
@ -6,7 +6,7 @@ Iris and gRPC integration lives inside the [mvc](https://github.com/kataras/iris
|
|||
|
||||
Have you ever have difficulties converting your app or parts of it from HTTP to gGRPC or did you ever wish you had decent HTTP framework support as well for your gRPC services? Now, with Iris you have the best of two worlds. Without change a bit of your existing gRPC services code, you can register them as Iris HTTP routes through a Controller (your service struct value).
|
||||
|
||||
[[_assets/grpc-compatible-question.png]]
|
||||
[[../_assets/grpc-compatible-question.png]]
|
||||
|
||||
> Learn more about our conversation at: [https://github.com/kataras/iris/issues/1449\#issuecomment-623260695](https://github.com/kataras/iris/issues/1449#issuecomment-623260695)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# MVC
|
||||
|
||||
[[_assets/web_mvc_diagram.png]]
|
||||
[[../_assets/web_mvc_diagram.png]]
|
||||
|
||||
Using Iris MVC for code reuse.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user