diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 19:16:48 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 19:16:48 +0100 |
| commit | 8fd950c2137878f05a24b60847d7627bfd5005ab (patch) | |
| tree | 117bb2fa6b716453a4c36fc24daa1631db235f43 /content/2020-03-22-simple-sse-based-pubsub-server.md | |
| parent | 0e9add9eea70ee2898c34c6a6f484987c0f152d2 (diff) | |
| download | mitjafelicijan.com-8fd950c2137878f05a24b60847d7627bfd5005ab.tar.gz | |
Fixed dates in posts
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.md | 12 |
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) |
