Introducing WebSockets in Web3 Gateway

Apr 18, 2023 • a year ago

Introducing WebSockets in Web3 Gateway

Tenderly Web3 Gateway 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.

Check out the documentation to learn more about how WebSockets work and how to connect to a WebSocket of a specific network.