Make remix compatible with node's http
module
#3257
nicksrandall
started this conversation in
Proposals
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I propose we make a few minor changes to the
@remix-run/express
package to remove all "express" specific logic so that the module works with any http server framework based on node'shttp
module. This will greatly improve Remix's compatibility with the rest of the node ecosystem.Questions:
@remix-run/express
to something else? Maybe@remix-run/node-http
?Here is the associated PR: #3234
Beta Was this translation helpful? Give feedback.
All reactions