Repository navigation
GraphQL

GraphQL 是一个用于 API 的查询语言,由 Facebook 开源。它为 REST API架构提供了一种替代方案,相较于REST更加高效、强大和灵活。 它允许客户端定义所需数据的结构,服务器返回完全相同的数据结构。
例如POST请求:
{
project(name: "GraphQL") {
tagline
}
}
响应结果
{
"project": {
"tagline": "A query language for APIs"
}
}
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
The best React-based framework with performance, scalability and security built in.
Prettier is an opinionated code formatter.
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
Building a modern alternative to Salesforce, powered by the community.
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
Saleor Core: the high performance, composable, headless commerce API.
Parse Server for Node.js / Express
A reference implementation of GraphQL for JavaScript
🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.