@kumori/http-message-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

semantic-release

Http Message

Http proxy for Kumori Platform components.

Description

This module proxifies a legacy http server connections through Kumori's channels (see Kumori's documentation for more information about channels and Kumori's service application model).

Table of Contents

Installation

Install it as a npm package

npm install -g @kumori/http-proxy

Usage

const http = require('@kumori/http-message')
const httpProxy = require('@kumori/http-proxy')
let server = http.createServer()
let host = 'localhost'
let port = 8080
proxy = httpProxy server, host, port
server.listen(channel, (error) => {
    // Do something
})

License

MIT © Kumori Systems

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @kumori/http-message-proxy

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

9.45 kB

Total Files

12

Last publish

Collaborators

  • juavabar
  • jbgisbert
  • javiku
  • josepba