Is it possible to use a c++ middleware in actix-web? #3128
Unanswered
dns2utf8-tipi
asked this question in
Ideas
Replies: 1 comment
-
The answer is very technically "yes this is possible" but you would need to write a lot of the FFI bits yourself most likely. You may want to check out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
The problem I face is that there is some complicated authentication code in a legacy application that I would like to reuse in a new actix-web based application.
Is there a plugin that can hook the FFI or would I have to build my own wrapper?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions