subhrajit-mohanty/fastapi-sse-notification
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
🧪 Frontend (Test)
You can test with this HTML snippet:
<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
