Transport layer options and configurations for the HAIP SDK
Feature | WebSocket | SSE | HTTP Streaming |
---|---|---|---|
Environment | Node.js + Browser | Browser only | Node.js + Browser |
Bidirectional | ✅ | ❌ (POST for sending) | ✅ |
Binary Support | ✅ | ❌ | ✅ |
Real-time | ✅ | ✅ | ✅ |
Reconnection | ✅ | ✅ | ✅ |
Flow Control | ✅ | ✅ | ✅ |
Heartbeat | ✅ | ❌ | ❌ |
Performance | Excellent | Good | Good |
Compatibility | High | Medium | High |