xm

Gerasimos (Makis) Maropoulos 2020-08-07 14:02:40 +03:00
parent d2d0a20b73
commit 4c2f83dbc2
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7
2 changed files with 2 additions and 2 deletions

@ -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.