Replace public testnets with Virtual TestNets synced with mainnet state. Get started!

Introducing WebSockets in Node RPC

Apr 18, 2023 • 2 years ago

Introducing WebSockets in Node RPC

Tenderly Node RPC now supports the WebSocket protocol, giving you a faster way to establish a stable and persistent connection to Tenderly’s node.

WebSockets are a communication protocol that allows for real-time, bidirectional, and full-duplex communication between a client and a server. Unlike HTTP requests, WebSockets enable the client and server to send messages to each other independently, without the need to make a new request.

To get started, learn more about how WebSockets work and how to connect to a WebSocket of a specific network.