Can you use fastify instead of express? #194
-
Hi there! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey @MihailPertsev — thanks for the thought! At the moment, we are using many Express-specific middlewares. Each would need to be converted over accordingly to work with Fastify I believe. So this would not be a simple task as far as I know. If there is enough demand, it's possible that we could support Fastify in the future. We are about to open a public roadmap, which you will be able to vote on new features and enhancements. We'll add "support other HTTP frameworks" as a roadmap item, and if it garners enough attention, we would definitely build support for it! |
Beta Was this translation helpful? Give feedback.
-
Why not use uWebSockets? It's much faster than Fastify 🤔 |
Beta Was this translation helpful? Give feedback.
Hey @MihailPertsev — thanks for the thought!
At the moment, we are using many Express-specific middlewares. Each would need to be converted over accordingly to work with Fastify I believe. So this would not be a simple task as far as I know.
If there is enough demand, it's possible that we could support Fastify in the future. We are about to open a public roadmap, which you will be able to vote on new features and enhancements. We'll add "support other HTTP frameworks" as a roadmap item, and if it garners enough attention, we would definitely build support for it!