-
-
Notifications
You must be signed in to change notification settings - Fork 88
Create Fastify integration #450
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9ed35e1 to
65a7cf3
Compare
Closed
Contributor
Author
|
Unless it's crucial, I'm removing Currently, the inclusion of examples in the workspace is inconsistent; some are included, and some are not. |
dahlia
requested changes
Oct 3, 2025
@fedify/fastify package provides a simple integration of fedify and fastify - implement integration using fp, fastify-plugin system - simple tests for integration - simple example (tested on Node.js and Bun) problems and todos - tests for bun has been failed with timeout error
Add missing version constraints for Fastify
- Add CommonJS format output to tsdown config - Update package.json exports to include require conditions - Simplify test scripts by removing Deno test - Fix test import to use package name instead of relative path
Document the new @fedify/fastify package in the changelog for version 1.9.0. Includes information about the fedifyPlugin() function and ESM/CommonJS support. Co-Authored-By: Claude <[email protected]>
- Add Fastify section to integration manual - Update package README with badges and consistent formatting - Add Fastify to VitePress references menu - Add Fastify dependencies to docs package
dahlia
approved these changes
Oct 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/integration
Web framework integration
examples
Example code related
good first issue
Good for newcomers
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implement Fastify intergration.
Related Issue
Reference the related issue(s) by number, e.g.:
Changes
List the specific modifications made in this PR.
Focus on what was changed without going into detail about impact.
packages/fastifyexamples/fastifyBenefits
Users now can integrate Fedify into Fastify like:
Checklist
deno task test-allon your machine?Additional Notes
Remain problems