What library do you guys use for API's?
Last time I made an API I did it with express
In the meantime I've used Next.js, but now I am looking for a library specifically for API's
I've seen Fastify, but am not exactly sure on what is the current standard for developing an API and what libraries are in use
Has Theo had any thoughts on this matter?
4 Replies
Is there a standard?
Maybe https://github.com/honojs/hono could be a solution for your next project?
GitHub
GitHub - honojs/hono: Fast, Lightweight, Web-standards
Fast, Lightweight, Web-standards. Contribute to honojs/hono development by creating an account on GitHub.
Pretty great that it even works for serverless enviorments. Will look into it
Thank you
For graphql I use graphql-yoga with pothos - currently using „node:http“ as „server“ - works fine in our case (deployed to k8s)
There's been a discussion about the topic starting from https://discord.com/channels/966627436387266600/966627439390380064/1197266854062850088