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