s3-lite-client
graphql-yoga
s3-lite-client | graphql-yoga | |
---|---|---|
1 | 25 | |
77 | 8,349 | |
- | 0.4% | |
7.1 | 9.8 | |
about 1 month ago | 5 days ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
s3-lite-client
-
Cloudflare is almost perfect
S3 client: @aws-sdk/client-s3 sucks, both in terms of DX & package size. I wish Cloudflare would make their R2 worker API a general purpose package for anyone to use. The closest I have found that is good in the meantime is @bradenmacdonald/s3-lite-client.
graphql-yoga
-
Show HN: Dumbo – Hono inspired framework for PHP
You're talking about the implementation of the protocol, right?
That is a good implementation of it, called GraphQL Yoga[0]
However I'm concerned there is a slight disconnect here. I'm saying that the technical specification of GraphQL does not lend itself to being bad, rather its the failure of developers to really understand its purpose and what its for (its a giant aggregator, with various ways to optimally aggregate things together, depending on what is optimal for a given problem set)
For that, I recommend becoming more familiar with the specification itself[1] because thats what I'm talking about. The specification (and thus its technical nature) doesn't prescribe anything regarding how you get data on to the graph. Many people equate GraphQL with database problems[2]
This doesn't mean I don't understand that GraphQL has shortcomings, but all approaches to APIs have short comings. I have found GraphQL has the least amount
[0]: https://github.com/dotansimha/graphql-yoga
[1]: https://spec.graphql.org
[2]: Common complaint I see all the time. I find it stems from a failure to understand how the entirety of GraphQL is meant to work, and some of the mechanics within. Like when to appropriately leverage DataLoader[3], for instance.
[3]: https://github.com/graphql/dataloader
-
Comparing Hattip vs. Express.js for modern app development
graphql: GraphQL middleware that wraps the GraphQL Yoga library
- Create Cookies in GraphQL-Yoga Resolvers using AWS Lambda Integration
-
Announcing GraphQL Yoga v3
We have migration guide try it out! We can't wait answer your questions and get your feedback on how we can make GraphQL Yoga even more better!
-
Apollo server subscriptions in production
Within our GraphQL Yoga monorepository we have a subscription package which includes a maintained (and fully TypeScript typed) PubSub implementation. https://github.com/dotansimha/graphql-yoga/tree/main/packages/subscription / https://the-guild.dev/graphql/yoga-server/v3/features/subscriptions#pubsub
-
We built a database UI for Postgres with an instant GraphQL API
It's easy to do with a Serverless Function and with GraphQL Yoga.
-
What Makes Defending GraphQL APIs Challenging to Security Engineers
And since Yoga server works perfectly with Envelop plugins, a verity of error handling and security plugins are available on the plugin hub
-
How to Build a Type-safe GraphQL API using Pothos and Kysely
In today's article we are going to create a GraphQL api using the Koa framework together with the GraphQL Yoga library and Pothos. In addition, we will use Kysely, which is a query builder entirely written in TypeScript.
-
End-to-end GraphQL error handling?
I want to share my approach to handling errors in GraphQL resolvers (I use GraphQL Yoga on the server-side) and pass them to the frontend side (where I use Svelte + @urql/svelte).
-
how it subscription work on the apollo server?
Last, in case you just want a simple GraphQL server where you don’t have to setup anything and subscriptions work out of the box (using SSE), you might wanna check out GraphQL Yoga v2 (Disclaimer: I am maintaining this library).
What are some alternatives?
Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
apollo-server - 🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
hono - Web framework built on Web Standards
mercurius-typescript - TypeScript usage examples and "mercurius-codegen" for Mercurius
oauth4webapi - Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
subscriptions-transport-ws - :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions