title: “Streaming” sidebarTitle: “Streaming” description: The TypeScript SDK provides real-time streaming capabilities for live data feeds. Connect to real-time sampled posts: Consume the stream with async iter…--- The TypeScript SDK provides real-time streaming capabilities for live data feeds.
Basic Streaming
Connect to real-time sampled posts:Async Iteration
Consume the stream with async iteration:Stream Management
Control lifecycle from the event-driven stream:Error Handling
Handle streaming errors and reconnections:For detailed code examples using the Javascript/TypeScript XDK, check out our code samples GitHub repo.