Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant. Learn more →
Graphql-over-http Alternatives
Similar projects and alternatives to graphql-over-http
-
graphql-yoga
🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.
-
graphql-sse
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
graphql-ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
-
subscriptions-transport-ws
:arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
-
-
ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
graphql-subscriptions
:newspaper: A small module that implements GraphQL subscriptions for Node.js
-
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.
-
-
react-relay
Relay is a JavaScript framework for building data-driven React applications.
-
-
-
graphiql
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
-
-
-
graphql-multipart-request-spec
A spec for GraphQL multipart form requests (file uploads).
-
envelop
Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.
-
fetch-event-source
A better API for making Event Source requests, with all the features of fetch()
-
graphql-live-query
Realtime GraphQL Live Queries with JavaScript
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
graphql-over-http reviews and mentions
-
Websocket with socket.io or GraphQL subscriptions
However, if you are doing GraphQL subscriptions over Server Sent Events (HTTP) (which is currently not part of the GraphQL over HTTP specification), the data flow is only from server to client. So each operation must be a separate request, which should be no problem when using HTTP/2, as the browser connection limit is not hit so fast (There are also workarounds to this if you cannot ise HTTP/2).
-
Announcing GraphQL Yoga 2.0!
GraphQL-spec, GraphQL-over-HTTP: guarantees your GraphQL API to work with all existing GraphQL clients (Apollo, Relay, URQL, and more).
-
The Anatomy of a GraphQL Request
Note: While GraphQL can be done over almost any protocol, this article focuses on the most commonly used protocol GraphQL over HTTP. However, most knowledge can be transferred to other protocols such as GraphQL over WebSockets or other more exotic ones.
-
GraphQL over SSE (Server-Sent Events)
graphql-sse is a reference implementation of the GraphQL over Server-Sent Events Protocol aiming to become a part of the GraphQL over HTTP standard.
-
GraphQL over WebSockets
With no further ado - I humbly introduce graphql-ws. A coherent, feature-full, zero-dependency, plug-n-play, lazy, simple, server and client implementation of the new, security first GraphQL over WebSocket Protocol with full support for all 3 GraphQL operations: Queries, Mutations and Subscriptions. The protocol aims to be standardised and become a part of GraphQL with the help of the foundation’s GraphQL over HTTP work group.
-
I need a little help implementing user online status tracking with Apollo/GraphQL.
Have you thought about using graphql-ws instead? It uses the new graphql-transport-ws protocol which also has an open RFC that is discussed in the GraphQL working Groups.
-
GraphQL Query and Mutation over Websockets
I suggest using libraries like https://github.com/enisdenjo/graphql-ws or https://www.npmjs.com/package/@benzene/ws since both of them implement a new spec of subscription that is very close to adoption (https://github.com/graphql/graphql-over-http/pull/140).
-
A note from our sponsor - Revelo Payroll
try.revelo.com | 1 Oct 2023
Stats
graphql/graphql-over-http is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of graphql-over-http is Shell.
Popular Comparisons
- graphql-over-http VS graphql-sse
- graphql-over-http VS fastify-websocket
- graphql-over-http VS graphql-yoga
- graphql-over-http VS redwood
- graphql-over-http VS subscriptions-transport-ws
- graphql-over-http VS ws
- graphql-over-http VS graphql-subscriptions
- graphql-over-http VS graphql-ws
- graphql-over-http VS react-relay
- graphql-over-http VS apollo-server