CoolFace
Apppublic

subhrajit-mohanty/fastapi-sse-notification

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

🧪 Frontend (Test)

You can test with this HTML snippet:

html
<script>
  const sse = new EventSource("http://localhost:8000/sse");
  sse.onmessage = (e) => console.log("Message:", e.data);
</script>

https://subhrajit-mohanty-fastapi-sse-notification.hf.space/dashboard