Spaces:
Sleeping
Sleeping
wonder commited on
Commit ·
0e70a77
1
Parent(s): a2f8e9b
add hf template README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Server-Sent Events (SSE) Demo with FastAPI
|
| 2 |
|
| 3 |
This is a simple demonstration of Server-Sent Events (SSE) using FastAPI. It provides a minimalistic frontend that displays real-time updates from the server in a table format.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Server-Sent Events (SSE) Demo with FastAPI
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Server-Sent Events (SSE) Demo with FastAPI
|
| 11 |
|
| 12 |
This is a simple demonstration of Server-Sent Events (SSE) using FastAPI. It provides a minimalistic frontend that displays real-time updates from the server in a table format.
|