diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 18:53:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 18:53:05 +0200 |
| commit | b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (patch) | |
| tree | 5ef25f422319c24abcef6f8b081d50d9cde920eb /content/posts/2020-03-22-simple-sse-based-pubsub-server.md | |
| parent | 44150b4e7069a80d14b28893bb761e2f85885fb7 (diff) | |
| download | mitjafelicijan.com-b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6.tar.gz | |
Fixed broken video for pubsub post
Diffstat (limited to 'content/posts/2020-03-22-simple-sse-based-pubsub-server.md')
| -rw-r--r-- | content/posts/2020-03-22-simple-sse-based-pubsub-server.md | 2 |
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 | ||
| 239 | You can download [the code](../simple-pubsub-server/sse-pubsub-server.zip) and follow along. | 239 | You can download [the code](../simple-pubsub-server/sse-pubsub-server.zip) and follow along. |
| 240 | 240 | ||
