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