Is this library compatible with fiber framework ? #121
Answered
by
umputun
arihantdaga
asked this question in
Q&A
-
Is this library compatible with fiber framework ? |
Beta Was this translation helpful? Give feedback.
Answered by
umputun
Jun 9, 2022
Replies: 1 comment
-
this library provides nothing custom, but rather stdlib controllers and middleware. Any semi-decent framework should be compatible (in some way) with stdlib. I'm not familiar with fiber enough but it seems to have its own handlers with some |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umputun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this library provides nothing custom, but rather stdlib controllers and middleware. Any semi-decent framework should be compatible (in some way) with stdlib.
I'm not familiar with fiber enough but it seems to have its own handlers with some
fiber.Ctx
passed in. In my opinion, it is a terrible idea and I won't touch such a framework, but you do you. Probably they should have a way to adopt the normal handler, but you should check it with fiber's support.