@kree4js/http2-attach
v1.0.3
Published
HTTP/2 Attach, A Kree4JS Connection Provider
Downloads
656
Maintainers
Readme
@kree4js/http2-attach
HTTP/2 client-side connection provider for Kree4JS.
Enables a Kree4JS node to establish outbound HTTP/2 connections for RPC communication.
Installation
npm install @kree4js/http2-attachQuick Start
import { create } from '@kree4js/kree4n'
const node = create('client', 'HTTP/2 Client')
node.attach('https://server-host:8443')License
Apache-2.0
