Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/node-rfc-samples
This repository provides small sets of configuration and code relating to various node-rfc usage scenarios and platform integrations.
https://github.com/sap-samples/node-rfc-samples
abap javascript node nodejs nw-rfc rfc sample sample-code sap-netweaver-rfc typescript
Last synced: about 1 month ago
JSON representation
This repository provides small sets of configuration and code relating to various node-rfc usage scenarios and platform integrations.
- Host: GitHub
- URL: https://github.com/sap-samples/node-rfc-samples
- Owner: SAP-samples
- License: apache-2.0
- Created: 2021-02-11T01:07:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T11:26:43.000Z (over 1 year ago)
- Last Synced: 2023-08-04T22:52:31.915Z (over 1 year ago)
- Topics: abap, javascript, node, nodejs, nw-rfc, rfc, sample, sample-code, sap-netweaver-rfc, typescript
- Language: HTML
- Homepage:
- Size: 4.22 MB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NodeJS Integration with ABAP/HANA Systems via SAP NetWeaver RFC Protocol
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/node-rfc-samples)](https://api.reuse.software/info/github.com/SAP-samples/node-rfc-samples)
[node-rfc](https://github.com/SAP/node-rfc) provides asynchronous, non-blocking [SAP NetWeaver RFC SDK](https://support.sap.com/en/product/connectors/nwrfcsdk.html) client bindings, connecting NodeJS applications with ABAP and SAP HANA systems via SAP NetWeaver Remote Function Call (RFC) protocol.
This repository provides small sets of configuration and code relating to various [node-rfc](https://github.com/SAP/node-rfc) usage scenarios:
- [NodeJS and ABAP/HANA systems](#nodejs-and-abaphana-systems--)
- [ABAP and Electron, NW.js ...](#abap-and-other-platforms--)
- [Fiori applications](#fiori-applications--)
## NodeJS and ABAP/HANA systems
- [Getting started with Client and Pool](./integration/client-pool)
## ABAP and other platforms
- [electron](./frameworks/electron-quick-start)
- [NW.js](./frameworks/nwjs-quick-start)
More info: https://github.com/SAP/node-rfc
## Fiori applications
- [Configuration](./fundamental-tools/config)
- [API](./fundamental-tools/api)
- [Sales Order via Express](./integration/express)
More info: https://github.com/SAP/fundamental-tools
## How to obtain support
[Create an issue](https://github.com/SAP-samples/node-rfc-samples/issues) in this repository if you find a bug or have questions about the content.
For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).
## Contributing
If you want to contribute, please check the [CONTRIBUTING.md](CONTRIBUTING.md) documentation for contribution guidelines.
## License
Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.