@nnrp/transport-tcp
v1.0.0-preview.3.5
Published
TCP transport adapter with native artifacts for NNRP runtimes.
Downloads
67
Maintainers
Readme
@nnrp/transport-tcp
TCP transport adapter for NNRP native clients and servers.
Install this package when a Node.js or Deno native runtime should consider TCP during transport probing. The package
carries the supported native transport artifacts; role packages do not bundle TCP artifacts on its behalf. Browser WASM
output belongs to @nnrp/browser-client.
import { createTcpTransportProvider } from "@nnrp/transport-tcp";
const tcp = createTcpTransportProvider();SDK reference: https://nagareworks.github.io/nnrp-doc/en/sdk/javascript/api/transport-tcp
