From 7f68bbcd8ba6ff7af163b0ea08c3624c56ce564e Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Tue, 28 Sep 2021 10:43:45 +0200 Subject: [PATCH] docs: suggest graphql-sse [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b9439db..40f041e4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![Continuous integration](https://github.com/enisdenjo/graphql-ws/workflows/Continuous%20integration/badge.svg)](https://github.com/enisdenjo/graphql-ws/actions?query=workflow%3A%22Continuous+integration%22) [![graphql-ws](https://img.shields.io/npm/v/graphql-ws.svg?label=graphql-ws&logo=npm)](https://www.npmjs.com/package/graphql-ws) +Use [Server-sent events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instead? Check out [graphql-sse](https://github.com/enisdenjo/graphql-sse)! +