aboutsummaryrefslogtreecommitdiff
path: root/content/2020-03-22-simple-sse-based-pubsub-server.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/2020-03-22-simple-sse-based-pubsub-server.md')
-rw-r--r--content/2020-03-22-simple-sse-based-pubsub-server.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/2020-03-22-simple-sse-based-pubsub-server.md b/content/2020-03-22-simple-sse-based-pubsub-server.md
index 986d780..945b4dd 100644
--- a/content/2020-03-22-simple-sse-based-pubsub-server.md
+++ b/content/2020-03-22-simple-sse-based-pubsub-server.md
@@ -386,8 +386,6 @@ You can use either Developer Tools Console to see incoming messages or you can d
386 386
387``` 387```
388 388
389
390
391## Reading further 389## Reading further
392 390
393- [Using server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) 391- [Using server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)