workers-graphql-server
Quell
| workers-graphql-server | Quell | |
|---|---|---|
| 1 | 3 | |
| 785 | 580 | |
| 0.3% | 0.0% | |
| 4.6 | 7.8 | |
| about 2 months ago | about 1 year ago | |
| TypeScript | TypeScript | |
| MIT License | 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.
workers-graphql-server
-
run graphQL on the edge with workers-graphql-server
wrangler generate my-graphql-server https://github.com/signalnerve/workers-graphql-server
Quell
-
Introducing Quell 5.0: A More Secure Quell
Github
-
NEW RELEASE: Open-source JavaScript module to cache GraphQL queries
Quell is an open source, lightweight JavaScript library providing a client- and server-side caching solution for applications that leverage GraphQL. The newest version now supports a broader range of GraphQL features for caching: including aliases, fragments, multiple queries, and nested queries. Quell/Client can integrate with any front-end framework that supports fetch without causing incompatible state management patterns. Quell/Server easily integrates into pre-existing Express server architectures without significant refactoring as it can be imported and used as a piece of Node.js/Express middleware.
Please see the release article here
https://roblehfarah.medium.com/here-comes-quell-the-better-c...
and the GitHub repository here
https://github.com/open-source-labs/Quell
- Open-source JavaScript module to cache GraphQL queries
What are some alternatives?
apollo-upload-client - A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).
storefront-api-examples - Example custom storefront applications built on Shopify's Storefront API
cloudflare-worker-router-template - A wrangler template for a super lightweight router (3.6 kB) with middleware support and ZERO dependencies for CloudFlare Workers, inspired by express.js syntax. [GET https://api.github.com/repos/tsndr/cloudflare-worker-router-template: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
learn-graphql - Real world GraphQL tutorials for frontend developers with deadlines!