Open julien51 opened 1 year ago
An update on this.
I time boxed and yes we can move without having to make a big change using express compatibility plugin.
The issue is existing code needs to be slowly migrated over to the actual fastify layer to benefit from the it.
This could fix this https://github.com/unlock-protocol/unlock/issues/11266
It looks like Express is not the most up to date framework anymore... It does not support TypeScript very well natively, and does not have a good way to generate Openapi manifest files.
Let's check out fastify through its compatibility plugin and see if we could easily replace express without too much of a headache.