Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the number of server dependencies #5696

Open
lukasholzer opened this issue May 12, 2023 · 0 comments
Open

Reduce the number of server dependencies #5696

lukasholzer opened this issue May 12, 2023 · 0 comments

Comments

@lukasholzer
Copy link
Collaborator

Currently, we have fastify and express as dependencies for the CLI.

I don't think we need to implementations of an HTTP server as a dependency.

Fastify is used for our static server, and express is used for the server of the function.
Let's migrate the functions server to fastify, as it's better for handling HTTP requests faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants