How can I integrate the remix request with my express/koa/whatever middleware ? #9789
Unanswered
Nick-Minutello
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really like the BYO server design of remix.
We have an existing koa server, serving a public rest api & now we also have some UI. I like that they can be hosted on the same instance.
However, I have been struggling to figure out how leverage/integrate remix server-side code with the existing koa middleware:
e.g.
passport
to do the same.Obviously, any such integration would be server-specific.
Presumably, this could be handled via the various adapters.
Has anyone managed a work-around?
Beta Was this translation helpful? Give feedback.
All reactions