The NodeJS RFC connector helps you to integrate SAP Systems.
Before you can use the connector you need to install the SAP RFC library. Please check the installation guide for more information.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
⭐ Hopefully it benefits your works.