-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fastify integration #190
Comments
Take a look at the ExpressStrategy if you haven't already. Honestly, I think it should be pretty similar. The API for fastify's reply object looks about the same. The biggest difference appears to be that fastify request handlers don't take a |
Thanks @ethanresnick, I'll give it a try. I'm coming from Ruby and pretty new to Node so this will be a challenge but really useful to me and others I hope. |
I'm on it! |
I like the look of https://www.fastify.io/ and would like to create an integration for it. It uses a plugin design which seems pretty different to Express and other examples here, so I'm not sure what form that integration would take... Is this something that would be of any value before I take it on?
The text was updated successfully, but these errors were encountered: