@kree4js/http2-listen
v1.0.3
Published
HTTP/2 Listen, A Kree4JS Connection Provider
Maintainers
Readme
@kree4js/http2-listen
HTTP/2 server-side connection provider for Kree4JS.
Enables a Kree4JS node to accept inbound HTTP/2 connections for RPC communication.
Installation
npm install @kree4js/http2-listenQuick Start
import { create } from '@kree4js/kree4n'
const node = create('server', 'HTTP/2 Server')
await node.listen('https://0.0.0.0:8443')License
Apache-2.0
