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

Add support to Fastify HTTP server #239

Open
rsaz opened this issue Apr 2, 2024 · 0 comments
Open

Add support to Fastify HTTP server #239

rsaz opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rsaz
Copy link
Member

rsaz commented Apr 2, 2024

Description

Integrating Fastify support into your existing application structure, which currently supports primarily to Express, involves several key steps. The goal is to abstract common functionalities between Express and Fastify (or any future web servers we plan to support) so that our core application logic remains agnostic of the underlying web server technology.

Requirements

  • Abstract common interfaces between express and fastify, example: request handler, middleware (plugin), providers, initialization and server configuration
  • Update AppFactory to accomodate any server of type ServerAdapater
  • Middleware compatibility
  • Adapt the App Class
  • Route handling
  • Application lifecycle
  • Inversify decorators and container
@rsaz rsaz added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant