1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00

example: gRPC-compatible controller

as requested at: https://github.com/kataras/iris/issues/1449


Former-commit-id: a0af1a78bcfef85f297c5087c8cbb00124226036
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-02-12 19:27:11 +02:00
parent 29b360dd26
commit 09a410c6cb
4 changed files with 77 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ Navigate through examples for a better understanding.
- [Websocket Controller](mvc/websocket)
- [Register Middleware](mvc/middleware)
- [Vue.js Todo MVC](tutorial/vuejs-todo-mvc)
- [gRPC-compatible controller](mvc/grpc-compatible/main.go) **NEW**
### Subdomains