I have an on-going http service application using Express. Recently I read Fastify and like it. I wonder if it is possible for new features I can use Fastify within the same Nodejs projects?
Thanks, Chen
I have an on-going http service application using Express. Recently I read Fastify and like it. I wonder if it is possible for new features I can use Fastify within the same Nodejs projects?
Thanks, Chen
You can use both of them on different ports only and work together via microservices architecture (e.g. TCP connection) or global storage (e.g. Redis)