Replies: 4 comments
-
|
OK, I will make an integrating example with Echo later in the demo repo. There are too many good web frameworks in Go to choose from, so I made a simple one to evaluate my thoughts. |
Beta Was this translation helpful? Give feedback.
-
|
I have pushed the code for Echo: https://github.com/doytowin/goooqo-demo/tree/echo Almost the same with the original demo. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for coming back with that. I think the icing on the cake now is some form of https://github.com/ogen-go/ogen integration to auto-generate the API docs |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I think the complexity of integration comes from two aspects:
And thanks for your information, I will check how Ogen works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
could you please show some examples of integrating goooqo with other routers e.g. echo, chi
what if a developer wants to place middleware in front of the POST/PUT/PATCH methods, for example to check for an Authorization header... please show an example of that.
Beta Was this translation helpful? Give feedback.
All reactions