You can use node:net
↗ to create a direct connection to servers via a TCP sockets
with net.Socket
↗.
These functions use connect
functionality from the built-in cloudflare:sockets
module.
Additionally, other APIs such as net.BlockList
↗
and net.SocketAddress
↗ are available.
Note that the net.Server
↗ class is not supported by Workers.
The full node:net
API is documented in the Node.js documentation for node:net
↗.
Thank you for helping improve Cloudflare's documentation!