TypeScript
TypeScript Configuration
Configure PolyNode TypeScript endpoints, timeouts, reconnects, replay buffers, and integrity behavior.
The default public endpoints are already configured. Override them only when PolyNode gives you a different endpoint.
Configure a stream before its first connection:
Event and perps queues are bounded. Choose capacities for your processing rate, observe overflow callbacks, and move slow work away from message handlers. A larger buffer delays loss but is not a substitute for sustained consumer throughput.
API keys belong in server-side environment variables or a secret manager, never a browser bundle.

