Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,5 @@ You can test with this HTML snippet:
|
|
19 |
sse.onmessage = (e) => console.log("Message:", e.data);
|
20 |
</script>
|
21 |
```
|
|
|
|
|
|
19 |
sse.onmessage = (e) => console.log("Message:", e.data);
|
20 |
</script>
|
21 |
```
|
22 |
+
|
23 |
+
https://subhrajit-mohanty-fastapi-sse-notification.hf.space/dashboard
|