Skip to content

Commit a4d1c7a

Browse files
authored
docs: graphql-ws and graphql-sse are a client and a server (graphql#1495)
1 parent 51db38b commit a4d1c7a

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: GraphQL-SSE
3+
description: Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
4+
url: https://github.com/enisdenjo/graphql-sse
5+
github: enisdenjo/graphql-sse
6+
npm: "graphql-sse"
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: GraphQL-WS
3+
description: Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
4+
url: https://github.com/enisdenjo/graphql-ws
5+
github: enisdenjo/graphql-ws
6+
npm: "graphql-ws"
7+
---

0 commit comments

Comments
 (0)