If you are searching for a @fastifyjs plugin, remember to check the ecosystem page on its site. You can spot great plugins that are not indexed on some search engine
fastify.io/ecosystem/
This week I have been off from work... mostly at the beach with Zoe. I did a bit of coding while she was sleeping... and I wrote a new @fastifyjs plugin that automatically generate a GraphQL schema from the defined routes. Check it out:
github.com/mcollina/mercuriu…
This is exactly how we have been implementing "good first issue" in @fastifyjs.
I'm asking the OP if they would like to send a PR and setting it as "good first issue" if somebody else would like to pick.
New Video 🚨
Fastify Crash Course
I had a lot of fun creating this. @fastifyjs is a great framework that I will be using a lot more of. I will add on to this project if enough people are interested
youtu.be/Lk-uVEVGxOA
They say the best way to get involved in an opensource project is to start contributing to it, so I guess this Friday it's going to be fastify-cli 😉🎉 github.com/fastify/fastify-c…
If you're not using @fastifyjs for new @nodejs web server projects, I recommend you give it a shot
Working on a @fastifyjs crash course. I have to say I'm loving it so far. The ecosystem of plugins is great. Seems much more organized than building an API with Express
Anyone have experience with Fastify? What do you think about it?
I've been working on tracing a GraphQL API built with @prisma, @nexusgql, @fastifyjs & @opentelemetry💡
It took a lot of pain to get the instrumentation working, but it makes for a magical developer experience ✨
Feels like the holy grail of observability
👇
Request Lifecycle: @fastifyjs is based on a lifecycle/hook model where hooks are per-route (or per-encapsulation context), guaranteeing that only what's needed is executed.
#OpenJSWorld21#OpenSource#javascript#Nodejs