We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466e884 commit 87a929fCopy full SHA for 87a929f
pages/blog/supabase-realtime-guide.mdx
@@ -99,10 +99,10 @@ For more complex filtering:
99
100
| Method | Latency | Bandwidth Usage | Implementation Complexity |
101
|----------------------|---------|-----------------|---------------------------|
102
-| Supabase Realtime | <100ms | Low | Simple |
+| Supabase Realtime | < 100ms | Low | Simple |
103
| REST Polling | 1-5s | High | Moderate |
104
-| Custom WebSockets | <100ms | Medium | Complex |
105
-| Firebase Realtime DB | <100ms | Medium | Simple |
+| Custom WebSockets | < 100ms | Medium | Complex |
+| Firebase Realtime DB | < 100ms | Medium | Simple |
106
107
## Integrating with Chat2DB for Enhanced Monitoring
108
0 commit comments