**Is your feature request related to a problem? Please describe.** ExpressJS has performance limitations and higher memory consumption under heavy load. **Describe the solution you'd like** Support Fastify for better performance and lower memory usage. **Describe alternatives you've considered** Continuing with ExpressJS or manually replacing it with Fastify. **Additional context** Fastify offers faster request handling, better logging, and lower overhead.