aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/2020-03-22-simple-sse-based-pubsub-server.md12
1 files changed, 6 insertions, 6 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 8f82921..986d780 100644
--- a/content/2020-03-22-simple-sse-based-pubsub-server.md
+++ b/content/2020-03-22-simple-sse-based-pubsub-server.md
@@ -390,9 +390,9 @@ You can use either Developer Tools Console to see incoming messages or you can d
390 390
391## Reading further 391## Reading further
392 392
393- [https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) 393- [Using server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
394- [https://www.smashingmagazine.com/2018/02/sse-websockets-data-flow-http2/](https://www.smashingmagazine.com/2018/02/sse-websockets-data-flow-http2/) 394- [Using SSE Instead Of WebSockets For Unidirectional Data Flow Over HTTP/2](https://www.smashingmagazine.com/2018/02/sse-websockets-data-flow-http2/)
395- [https://apifriends.com/api-streaming/server-sent-events/](https://apifriends.com/api-streaming/server-sent-events/) 395- [What is Server-Sent Events?](https://apifriends.com/api-streaming/server-sent-events/)
396- [https://tools.ietf.org/id/draft-xie-bidirectional-messaging-01.html](https://tools.ietf.org/id/draft-xie-bidirectional-messaging-01.html) 396- [An HTTP/2 extension for bidirectional messaging communication](https://tools.ietf.org/id/draft-xie-bidirectional-messaging-01.html)
397- [https://developers.google.com/web/fundamentals/performance/http2](https://developers.google.com/web/fundamentals/performance/http2) 397- [Introduction to HTTP/2](https://developers.google.com/web/fundamentals/performance/http2)
398- [https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) 398- [The WebSocket API (WebSockets)](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)