aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 18:53:05 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 18:53:05 +0200
commitb1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (patch)
tree5ef25f422319c24abcef6f8b081d50d9cde920eb /content
parent44150b4e7069a80d14b28893bb761e2f85885fb7 (diff)
downloadmitjafelicijan.com-b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6.tar.gz
Fixed broken video for pubsub post
Diffstat (limited to 'content')
-rw-r--r--content/posts/2020-03-22-simple-sse-based-pubsub-server.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2020-03-22-simple-sse-based-pubsub-server.md b/content/posts/2020-03-22-simple-sse-based-pubsub-server.md
index 166ef8a..0a039e6 100644
--- a/content/posts/2020-03-22-simple-sse-based-pubsub-server.md
+++ b/content/posts/2020-03-22-simple-sse-based-pubsub-server.md
@@ -234,7 +234,7 @@ One example would be, that we have index page and we want to receive messages ab
234 234
235### Publisher and subscriber in action 235### Publisher and subscriber in action
236 236
237<video src="/simple-pubsub-server/clients.mp4" controls></video> 237<video src="/simple-pubsub-server/clients.m4v" controls></video>
238 238
239You can download [the code](../simple-pubsub-server/sse-pubsub-server.zip) and follow along. 239You can download [the code](../simple-pubsub-server/sse-pubsub-server.zip) and follow along.
240 240