piejanssens / sap-cf-socks

Apache License 2.0
2 stars 1 forks source link

SAP BTP Cloud Foundry TCP connectvity via SAP Cloud Connector

Intro

This package provides a drop in solution to communicate with an on-premise host over TCP communication. The connection is established using the SAP BTP Connectivity service. This module will provide a net.Socket.

Prerequisites

Installation

npm i sap-cf-socks

Usage

 (const { ConnectivitySocks } = require('sap-cf-socks')
const socket = new ConnectivitySocks().getSocket() // returns net.Socket

References