A socket implementation that can run on Cloudflare Workers using native TCP connections.
Get an available TCP port to listen
An easy way to send JSON over TCP using sockets.
Get an available TCP port to listen
An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.js
a tiny tcp proxy for network simulation (same as mongobridge.cpp)
Observe when something in your node app starts listening on a TCP port
Native TCP sockets for JavaScript
Reconnect a stream (tcp, ws, tls, http) when network goes down.
Provides high-level access to socket options like TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT
A simple Node.js module to check if a TCP port is already bound.
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.