Express Middleware Dependency Injection #2720
Immortalin
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.
-
It would be useful to allow developers to inject express middleware into the Remix App Server without having to setup a separate express server instance. For example, if you want to add Prometheus metrics to your production app right now, you will need to serve the Remix app with your own express server.
https://scottsmerchek.com/blog/setting-up-production-monitoring-for-remix-on-fly-io
Beta Was this translation helpful? Give feedback.
All reactions