Skip to content

Commit 00aa6ad

Browse files
authored
Update README.md
1 parent 56c82f9 commit 00aa6ad

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ With its advanced real‑time update capabilities, DynaRust pushes live changes
3737
Changes are pushed instantly (< 5 ms latency). On a standard VPS (1GB RAM, 100Mbps), a single node handles up to **5000 simultaneous live connections** 💪. Need more capacity? Just add more nodes!
3838

3939
* **Use Case Example:** Imagine a web UI needing push notifications. Store device IDs as keys in a `devices` table. Use a separate `status` key in the same table. The frontend listens to `devices/subscribe/status`. The backend iterates through device keys, performs actions, and updates the `status` key, instantly notifying all listening frontends. Simple and blazing fast! ⚡️
40-
41-
* **🔒 Security:**
42-
Certainly! Here’s a more polished and highlighted version of the **Security** section, emphasizing clarity and best practices:
43-
4440
---
4541

4642
### 🔒 **Security**

0 commit comments

Comments
 (0)