-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
[EPIC] Support fastify #932
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fighting with the stale bot? Haha |
Yes ^^. I haven’t started this feature, but it’s a goal ^^ |
It would be awesome if this framework could support fastify! I'm thinking of using this framework instead of nestjs. Leaning against tsed |
Hi @Romakita, |
Hum, the PR is already started here: |
Thanks for update is there any other task I'll pick ? |
Hello @vibh1103
You can make small PR for each tasks ;). It will me help a lot :). If you have any question. Tell me! See you |
Informations
The goal is to provide a
@tsed/platform-fastify
package to support Fastify.Take as example the
@tsed/platform-express
and@tsed/platform-koa
as examples:https://github.com/TypedProject/tsed/tree/alpha/packages/platform-express
https://github.com/TypedProject/tsed/tree/alpha/packages/platform-koa
Tasks
mapHandler()
method in PlatformFastify (Issue: [FASTIFY] Implement the mapHandler() method in PlatformFastify #2451, PR: # )mapLayers()
method in PlatformFastify (Issue: [FASTIFY] Implement the mapLayers() method in PlatformFastify #2452, PR: # )useRouter()
method in PlatformFastify (Issue: #, PR: # )multipart()
method in PlatformFastify (Issue: #, PR: # )statics()
method in PlatformFastify (Issue: #, PR: # )Board:
https://github.com/orgs/tsedio/projects/4/views/1
All Fastify related issues:
https://github.com/tsedio/tsed/issues?q=is%3Aopen+is%3Aissue+label%3AFastify
Acceptance criteria
The text was updated successfully, but these errors were encountered: