use of Express.js in Booster #1529
-
Just discovered Booster. Can't wait to try it out! regarding use of Express.jsBooster looks like it uses Express to create a local dev server – ok.
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! The usage of Express is only at the level of the local provider as the development environment as you mentioned. To deploy into other cloud providers, Express is not deployed, and instead what it is used is the native cloud capabilities. We're currently working on an alternative provider that should be able to be used as a local dev server and as well as an alternative to deploy dockerized apps. In that provider Express won't be used, and the current idea is to use Fastify indeed. |
Beta Was this translation helpful? Give feedback.
Hello! The usage of Express is only at the level of the local provider as the development environment as you mentioned. To deploy into other cloud providers, Express is not deployed, and instead what it is used is the native cloud capabilities. We're currently working on an alternative provider that should be able to be used as a local dev server and as well as an alternative to deploy dockerized apps.
In that provider Express won't be used, and the current idea is to use Fastify indeed.