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.
- SAP Cloud Connector with TCP connection enabled to the TCP host
- BTP subaccount connected to the SAP Cloud Connector
- Cloud Foundry app bound to SAP BTP Connectivity service
npm i sap-cf-socks
(const { ConnectivitySocks } = require('sap-cf-socks')
const socket = new ConnectivitySocks().getSocket() // returns net.Socket
- cds-pg
- ... (please add your examples)